#BB73D9

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

Shades of Medium Orchid #BB73D9

Tints of Medium Orchid #BB73D9

Color information

#BB73D9 (or 0xBB73D9) is unknown color: approx Medium Orchid. HEX triplet: BB, 73 and D9. RGB value is (187,115,217). Sum of RGB (Red+Green+Blue) = 187+115+217=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB73D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73D9 is #448C26. Grayscale: #939393. Windows color (decimal): -4492327 or 14250939. OLE color: 14250939.

HSL color Cylindrical-coordinate representation of color #BB73D9: hue angle of 282.35º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB73D9 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187115217-
CMYK0.140.4700.15
HSL282.35º57.3%65.1%-
HSV(B)282.35º47%85.1%-
XYZ39.1527.8468.96-
YUV148.16166.85155.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 115 (45.31% from 255) = 22.16%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=36.03%
G=22.16%
B=41.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871152170.140.4700.15282.3557.365.1
HexBB73D9E2F0F11a3941
Octal273163331165701743271101
Binary101110111110011110110011110101111011111000110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB73D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB73D9; }

 p { color: rgb(187,115,217); }

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

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

 a { background-color: rgb(187,115,217); }

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

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

 span { border-color: rgb(187,115,217); }

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