#BD76D7

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

Shades of Medium Orchid #BD76D7

Tints of Medium Orchid #BD76D7

Color information

#BD76D7 (or 0xBD76D7) is unknown color: approx Medium Orchid. HEX triplet: BD, 76 and D7. RGB value is (189,118,215). Sum of RGB (Red+Green+Blue) = 189+118+215=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD76D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76D7 is #428928. Grayscale: #959595. Windows color (decimal): -4360489 or 14120637. OLE color: 14120637.

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

Color convert

RGB189118215-
CMYK0.120.4500.16
HSL283.92º54.8%65.29%-
HSV(B)283.92º45.12%84.31%-
XYZ39.7328.6867.73-
YUV150.29164.52155.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 118 (46.48% from 255) = 22.61%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=36.21%
G=22.61%
B=41.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891182150.120.4500.16283.9254.865.29
HexBD76D7C2D01011c3741
Octal275166327145502043467101
Binary1011110111101101101011111001011010100001000111001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD76D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD76D7; }

 p { color: rgb(189,118,215); }

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

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

 a { background-color: rgb(189,118,215); }

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

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

 span { border-color: rgb(189,118,215); }

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