#BB62B7

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

Shades of Fuchsia #BB62B7

Tints of Fuchsia #BB62B7

Color information

#BB62B7 (or 0xBB62B7) is unknown color: approx Fuchsia. HEX triplet: BB, 62 and B7. RGB value is (187,98,183). Sum of RGB (Red+Green+Blue) = 187+98+183=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB62B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62B7 is #449D48. Grayscale: #868686. Windows color (decimal): -4496713 or 12018363. OLE color: 12018363.

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

Color convert

RGB18798183-
CMYK00.480.020.27
HSL302.7º39.56%55.88%-
HSV(B)302.7º47.59%73.33%-
XYZ33.4122.7247.42-
YUV134.3155.49165.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 98 (38.67% from 255) = 20.94%
BLUE value IS 183 (71.88% from 255) = 39.10%
R=39.96%
G=20.94%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879818300.480.020.27302.739.5655.88
HexBB62B703021B12f2838
Octal2731422670602334575070
Binary1011101111000101011011101100001011011100101111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB62B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB62B7; }

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

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

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

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

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

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

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

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