#BB42B6

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

Shades of Fuchsia #BB42B6

Tints of Fuchsia #BB42B6

Color information

#BB42B6 (or 0xBB42B6) is unknown color: approx Fuchsia. HEX triplet: BB, 42 and B6. RGB value is (187,66,182). Sum of RGB (Red+Green+Blue) = 187+66+182=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB42B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42B6 is #44BD49. Grayscale: #737373. Windows color (decimal): -4504906 or 11944635. OLE color: 11944635.

HSL color Cylindrical-coordinate representation of color #BB42B6: hue angle of 302.48º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB42B6 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18766182-
CMYK00.650.030.27
HSL302.48º47.83%49.61%-
HSV(B)302.48º64.71%73.33%-
XYZ30.8917.8446.07-
YUV115.4165.59179.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 66 (26.17% from 255) = 15.17%
BLUE value IS 182 (71.48% from 255) = 41.84%
R=42.99%
G=15.17%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876618200.650.030.27302.4847.8349.61
HexBB42B604131B12e3032
Octal27310226601013334566062
Binary10111011100001010110110010000011111011100101110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB42B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB42B6; }

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

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

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

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

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

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

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

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