#BB6ECA

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

Shades of Medium Orchid #BB6ECA

Tints of Medium Orchid #BB6ECA

Color information

#BB6ECA (or 0xBB6ECA) is unknown color: approx Medium Orchid. HEX triplet: BB, 6E and CA. RGB value is (187,110,202). Sum of RGB (Red+Green+Blue) = 187+110+202=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB6ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ECA is #449135. Grayscale: #8F8F8F. Windows color (decimal): -4493622 or 13266619. OLE color: 13266619.

HSL color Cylindrical-coordinate representation of color #BB6ECA: hue angle of 290.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB6ECA is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187110202-
CMYK0.070.4600.21
HSL290.22º46.46%61.18%-
HSV(B)290.22º45.54%79.22%-
XYZ36.7325.9858.96-
YUV143.51161.01159.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 110 (43.36% from 255) = 22.04%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=37.47%
G=22.04%
B=40.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871102020.070.4600.21290.2246.4661.18
HexBB6ECA72E0151222e3d
Octal2731563127560254425675
Binary10111011110111011001010111101110010101100100010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6ECA; }

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

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

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

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

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

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

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

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