#bb77d6

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

Shades of Medium Orchid #BB77D6

Tints of Medium Orchid #BB77D6

Color information

#BB77D6 (or 0xBB77D6) is unknown color: approx Medium Orchid. HEX triplet: BB, 77 and D6. RGB value is (187,119,214). Sum of RGB (Red+Green+Blue) = 187+119+214=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB77D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77D6 is #448829. Grayscale: #959595. Windows color (decimal): -4491306 or 14055355. OLE color: 14055355.

HSL color Cylindrical-coordinate representation of color #BB77D6: hue angle of 282.95º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB77D6 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187119214-
CMYK0.130.4400.16
HSL282.95º53.67%65.29%-
HSV(B)282.95º44.39%83.92%-
XYZ39.2328.6167.07-
YUV150.16164.03154.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 119 (46.88% from 255) = 22.88%
BLUE value IS 214 (83.98% from 255) = 41.15%
R=35.96%
G=22.88%
B=41.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871192140.130.4400.16282.9553.6765.29
HexBB77D6D2C01011b3641
Octal273167326155402043366101
Binary1011101111101111101011011011011000100001000110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb77d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb77d6; }

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

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

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

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

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

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

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

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