#BB62B6

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

Shades of Fuchsia #BB62B6

Tints of Fuchsia #BB62B6

Color information

#BB62B6 (or 0xBB62B6) is unknown color: approx Fuchsia. HEX triplet: BB, 62 and B6. RGB value is (187,98,182). Sum of RGB (Red+Green+Blue) = 187+98+182=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB62B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62B6 is #449D49. Grayscale: #858585. Windows color (decimal): -4496714 or 11952827. OLE color: 11952827.

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

Color convert

RGB18798182-
CMYK00.480.030.27
HSL303.37º39.56%55.88%-
HSV(B)303.37º47.59%73.33%-
XYZ33.322.6846.88-
YUV134.19154.99165.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 98 (38.67% from 255) = 20.99%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=40.04%
G=20.99%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879818200.480.030.27303.3739.5655.88
HexBB62B603031B12f2838
Octal2731422660603334575070
Binary1011101111000101011011001100001111011100101111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB62B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB62B6; }

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

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

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

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

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

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

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

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