#BB6CAD

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

Shades of Fuchsia #BB6CAD

Tints of Fuchsia #BB6CAD

Color information

#BB6CAD (or 0xBB6CAD) is unknown color: approx Fuchsia. HEX triplet: BB, 6C and AD. RGB value is (187,108,173). Sum of RGB (Red+Green+Blue) = 187+108+173=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6CAD is #449352. Grayscale: #8A8A8A. Windows color (decimal): -4494163 or 11365563. OLE color: 11365563.

HSL color Cylindrical-coordinate representation of color #BB6CAD: hue angle of 310.63º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6CAD is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187108173-
CMYK00.420.070.27
HSL310.63º36.74%57.84%-
HSV(B)310.63º42.25%73.33%-
XYZ33.424.3142.47-
YUV139.03147.17162.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 108 (42.58% from 255) = 23.08%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=39.96%
G=23.08%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710817300.420.070.27310.6336.7457.84
HexBB6CAD02A71B137253a
Octal2731542550527334674572
Binary10111011110110010101101010101011111011100110111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6CAD; }

 p { color: rgb(187,108,173); }

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

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

 a { background-color: rgb(187,108,173); }

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

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

 span { border-color: rgb(187,108,173); }

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