#BB77DE

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

Shades of Medium Orchid #BB77DE

Tints of Medium Orchid #BB77DE

Color information

#BB77DE (or 0xBB77DE) is unknown color: approx Medium Orchid. HEX triplet: BB, 77 and DE. RGB value is (187,119,222). Sum of RGB (Red+Green+Blue) = 187+119+222=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77DE is #448821. Grayscale: #969696. Windows color (decimal): -4491298 or 14579643. OLE color: 14579643.

HSL color Cylindrical-coordinate representation of color #BB77DE: hue angle of 279.61º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB77DE is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187119222-
CMYK0.160.4600.13
HSL279.61º60.95%66.86%-
HSV(B)279.61º46.4%87.06%-
XYZ40.2829.0372.59-
YUV151.07168.03153.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 119 (46.88% from 255) = 22.54%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=35.42%
G=22.54%
B=42.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871192220.160.4600.13279.6160.9566.86
HexBB77DE102E0D1183d43
Octal273167336205601543075103
Binary1011101111101111101111010000101110011011000110001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB77DE; }

 p { color: rgb(187,119,222); }

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

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

 a { background-color: rgb(187,119,222); }

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

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

 span { border-color: rgb(187,119,222); }

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