#BB6EBD

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

Shades of Fuchsia #BB6EBD

Tints of Fuchsia #BB6EBD

Color information

#BB6EBD (or 0xBB6EBD) is unknown color: approx Fuchsia. HEX triplet: BB, 6E and BD. RGB value is (187,110,189). Sum of RGB (Red+Green+Blue) = 187+110+189=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB6EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EBD is #449142. Grayscale: #8D8D8D. Windows color (decimal): -4493635 or 12414651. OLE color: 12414651.

HSL color Cylindrical-coordinate representation of color #BB6EBD: hue angle of 298.48º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6EBD is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187110189-
CMYK0.010.4200.26
HSL298.48º37.44%58.63%-
HSV(B)298.48º41.8%74.12%-
XYZ35.2525.3951.19-
YUV142.03154.51160.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 110 (43.36% from 255) = 22.63%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=38.48%
G=22.63%
B=38.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871101890.010.4200.26298.4837.4458.63
HexBB6EBD12A01A12a253b
Octal2731562751520324524573
Binary101110111101110101111011101010011010100101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6EBD; }

 p { color: rgb(187,110,189); }

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

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

 a { background-color: rgb(187,110,189); }

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

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

 span { border-color: rgb(187,110,189); }

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