#BB6EBE

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

Shades of Fuchsia #BB6EBE

Tints of Fuchsia #BB6EBE

Color information

#BB6EBE (or 0xBB6EBE) is unknown color: approx Fuchsia. HEX triplet: BB, 6E and BE. RGB value is (187,110,190). Sum of RGB (Red+Green+Blue) = 187+110+190=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EBE is #449141. Grayscale: #8D8D8D. Windows color (decimal): -4493634 or 12480187. OLE color: 12480187.

HSL color Cylindrical-coordinate representation of color #BB6EBE: hue angle of 297.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6EBE is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187110190-
CMYK0.020.4200.25
HSL297.75º38.1%58.82%-
HSV(B)297.75º42.11%74.51%-
XYZ35.3625.4351.76-
YUV142.14155.01160-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 110 (43.36% from 255) = 22.59%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=38.40%
G=22.59%
B=39.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871101900.020.4200.25297.7538.158.82
HexBB6EBE22A01912a263b
Octal2731562762520314524673
Binary1011101111011101011111010101010011001100101010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6EBE; }

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

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

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

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

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

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

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

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