#B84BBF

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

Shades of Fuchsia #B84BBF

Tints of Fuchsia #B84BBF

Color information

#B84BBF (or 0xB84BBF) is unknown color: approx Fuchsia. HEX triplet: B8, 4B and BF. RGB value is (184,75,191). Sum of RGB (Red+Green+Blue) = 184+75+191=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #B84BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BBF is #47B440. Grayscale: #787878. Windows color (decimal): -4699201 or 12536760. OLE color: 12536760.

HSL color Cylindrical-coordinate representation of color #B84BBF: hue angle of 296.38º degrees, saturation: 0.48, 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 #B84BBF is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18475191-
CMYK0.040.6100.25
HSL296.38º47.54%52.16%-
HSV(B)296.38º60.73%74.9%-
XYZ31.6918.9851.28-
YUV120.82167.61173.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 75 (29.69% from 255) = 16.67%
BLUE value IS 191 (75% from 255) = 42.44%
R=40.89%
G=16.67%
B=42.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184751910.040.6100.25296.3847.5452.16
HexB84BBF43D0191283034
Octal2701132774750314506064
Binary10111000100101110111111100111101011001100101000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84BBF; }

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

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

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

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

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

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

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

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