#BB62B0

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

Shades of Fuchsia #BB62B0

Tints of Fuchsia #BB62B0

Color information

#BB62B0 (or 0xBB62B0) is unknown color: approx Fuchsia. HEX triplet: BB, 62 and B0. RGB value is (187,98,176). Sum of RGB (Red+Green+Blue) = 187+98+176=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB62B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB62B0 is #449D4F. Grayscale: #858585. Windows color (decimal): -4496720 or 11559611. OLE color: 11559611.

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

Color convert

RGB18798176-
CMYK00.480.060.27
HSL307.42º39.56%55.88%-
HSV(B)307.42º47.59%73.33%-
XYZ32.722.4343.68-
YUV133.5151.99166.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 176 (69.14% from 255) = 38.18%
R=40.56%
G=21.26%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879817600.480.060.27307.4239.5655.88
HexBB62B003061B1332838
Octal2731422600606334635070
Binary10111011110001010110000011000011011011100110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB62B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB62B0; }

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

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

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

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

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

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

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

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