#B84BB7

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

Shades of Fuchsia #B84BB7

Tints of Fuchsia #B84BB7

Color information

#B84BB7 (or 0xB84BB7) is unknown color: approx Fuchsia. HEX triplet: B8, 4B and B7. RGB value is (184,75,183). Sum of RGB (Red+Green+Blue) = 184+75+183=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B84BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BB7 is #47B448. Grayscale: #777777. Windows color (decimal): -4699209 or 12012472. OLE color: 12012472.

HSL color Cylindrical-coordinate representation of color #B84BB7: hue angle of 300.55º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84BB7 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18475183-
CMYK00.590.010.28
HSL300.55º43.43%50.78%-
HSV(B)300.55º59.24%72.16%-
XYZ30.8318.6446.77-
YUV119.9163.61173.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 75 (29.69% from 255) = 16.97%
BLUE value IS 183 (71.88% from 255) = 41.40%
R=41.63%
G=16.97%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847518300.590.010.28300.5543.4350.78
HexB84BB703B11C12d2b33
Octal2701132670731344555363
Binary101110001001011101101110111011111100100101101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84BB7; }

 p { color: rgb(184,75,183); }

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

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

 a { background-color: rgb(184,75,183); }

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

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

 span { border-color: rgb(184,75,183); }

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