#BB62AC

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

Shades of Fuchsia #BB62AC

Tints of Fuchsia #BB62AC

Color information

#BB62AC (or 0xBB62AC) is unknown color: approx Fuchsia. HEX triplet: BB, 62 and AC. RGB value is (187,98,172). Sum of RGB (Red+Green+Blue) = 187+98+172=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB62AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB62AC is #449D53. Grayscale: #848484. Windows color (decimal): -4496724 or 11297467. OLE color: 11297467.

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

Color convert

RGB18798172-
CMYK00.480.080.27
HSL310.11º39.56%55.88%-
HSV(B)310.11º47.59%73.33%-
XYZ32.3122.2841.63-
YUV133.05149.99166.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=40.92%
G=21.44%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879817200.480.080.27310.1139.5655.88
HexBB62AC03081B1362838
Octal27314225406010334665070
Binary101110111100010101011000110000100011011100110110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB62AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB62AC; }

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

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

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

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

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

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

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

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