#BB62BA

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

Shades of Fuchsia #BB62BA

Tints of Fuchsia #BB62BA

Color information

#BB62BA (or 0xBB62BA) is unknown color: approx Fuchsia. HEX triplet: BB, 62 and BA. RGB value is (187,98,186). Sum of RGB (Red+Green+Blue) = 187+98+186=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62BA is #449D45. Grayscale: #868686. Windows color (decimal): -4496710 or 12214971. OLE color: 12214971.

HSL color Cylindrical-coordinate representation of color #BB62BA: hue angle of 300.67º 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 #BB62BA is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18798186-
CMYK00.480.010.27
HSL300.67º39.56%55.88%-
HSV(B)300.67º47.59%73.33%-
XYZ33.7222.8549.09-
YUV134.64156.99165.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 98 (38.67% from 255) = 20.81%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=39.70%
G=20.81%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879818600.480.010.27300.6739.5655.88
HexBB62BA03011B12d2838
Octal2731422720601334555070
Binary101110111100010101110100110000111011100101101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB62BA; }

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

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

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

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

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

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

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

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