#BB42BF

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

Shades of Fuchsia #BB42BF

Tints of Fuchsia #BB42BF

Color information

#BB42BF (or 0xBB42BF) is unknown color: approx Fuchsia. HEX triplet: BB, 42 and BF. RGB value is (187,66,191). Sum of RGB (Red+Green+Blue) = 187+66+191=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB42BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42BF is #44BD40. Grayscale: #747474. Windows color (decimal): -4504897 or 12534459. OLE color: 12534459.

HSL color Cylindrical-coordinate representation of color #BB42BF: hue angle of 298.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB42BF is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18766191-
CMYK0.020.6500.25
HSL298.08º49.41%50.39%-
HSV(B)298.08º65.45%74.9%-
XYZ31.8518.2251.13-
YUV116.43170.09178.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 66 (26.17% from 255) = 14.86%
BLUE value IS 191 (75% from 255) = 43.02%
R=42.12%
G=14.86%
B=43.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187661910.020.6500.25298.0849.4150.39
HexBB42BF24101912a3132
Octal27310227721010314526162
Binary10111011100001010111111101000001011001100101010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB42BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB42BF; }

 p { color: rgb(187,66,191); }

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

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

 a { background-color: rgb(187,66,191); }

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

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

 span { border-color: rgb(187,66,191); }

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