#b54bbe

Color #B54BBE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B54BBE

Tints of Fuchsia #B54BBE

Color information

#B54BBE (or 0xB54BBE) is unknown color: approx Fuchsia. HEX triplet: B5, 4B and BE. RGB value is (181,75,190). Sum of RGB (Red+Green+Blue) = 181+75+190=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #B54BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54BBE is #4AB441. Grayscale: #777777. Windows color (decimal): -4895810 or 12471221. OLE color: 12471221.

HSL color Cylindrical-coordinate representation of color #B54BBE: hue angle of 295.3º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54BBE is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18175190-
CMYK0.050.6100.25
HSL295.3º46.94%51.96%-
HSV(B)295.3º60.53%74.51%-
XYZ30.8718.5750.67-
YUV119.8167.62171.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 75 (29.69% from 255) = 16.82%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=40.58%
G=16.82%
B=42.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181751900.050.6100.25295.346.9451.96
HexB54BBE53D0191272f34
Octal2651132765750314475764
Binary10110101100101110111110101111101011001100100111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54bbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54bbe; }

 p { color: rgb(181,75,190); }

 H1.HeaderClassName
 {
   color: #b54bbe;
 }
 .AnyTagClassName
 {
   color: #b54bbe;
 }
</style>
background-color css

<style>
 a { background-color: #b54bbe; }

 a { background-color: rgb(181,75,190); }

 div.DivClassName
 {
   background-color: #b54bbe;
 }
 .BgClassName
 {
   background-color: #b54bbe;
 }
</style>
border-color css

<style>
 span { border-color: #b54bbe; }

 span { border-color: rgb(181,75,190); }

 td.TdClassName
 {
   border-color: #b54bbe;
 }
 .TagClassName
 {
   border-color: #b54bbe;
 }
</style>