#BB70BA

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

Shades of Fuchsia #BB70BA

Tints of Fuchsia #BB70BA

Color information

#BB70BA (or 0xBB70BA) is unknown color: approx Fuchsia. HEX triplet: BB, 70 and BA. RGB value is (187,112,186). Sum of RGB (Red+Green+Blue) = 187+112+186=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70BA is #448F45. Grayscale: #8E8E8E. Windows color (decimal): -4493126 or 12218555. OLE color: 12218555.

HSL color Cylindrical-coordinate representation of color #BB70BA: hue angle of 300.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB70BA is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187112186-
CMYK00.400.010.27
HSL300.8º35.55%58.63%-
HSV(B)300.8º40.11%73.33%-
XYZ35.1525.749.56-
YUV142.86152.35159.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 112 (44.14% from 255) = 23.09%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=38.56%
G=23.09%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711218600.400.010.27300.835.5558.63
HexBB70BA02811B12d243b
Octal2731602720501334554473
Binary101110111110000101110100101000111011100101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB70BA; }

 p { color: rgb(187,112,186); }

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

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

 a { background-color: rgb(187,112,186); }

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

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

 span { border-color: rgb(187,112,186); }

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