#BB30B6

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

Shades of Fuchsia #BB30B6

Tints of Fuchsia #BB30B6

Color information

#BB30B6 (or 0xBB30B6) is unknown color: approx Fuchsia. HEX triplet: BB, 30 and B6. RGB value is (187,48,182). Sum of RGB (Red+Green+Blue) = 187+48+182=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB30B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30B6 is #44CF49. Grayscale: #686868. Windows color (decimal): -4509514 or 11940027. OLE color: 11940027.

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

Color convert

RGB18748182-
CMYK00.740.030.27
HSL302.16º59.15%46.08%-
HSV(B)302.16º74.33%73.33%-
XYZ29.9916.0645.77-
YUV104.84171.55186.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 48 (19.14% from 255) = 11.51%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=44.84%
G=11.51%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874818200.740.030.27302.1659.1546.08
HexBB30B604A31B12e3b2e
Octal2736026601123334567356
Binary1011101111000010110110010010101111011100101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB30B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB30B6; }

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

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

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

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

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

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

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

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