#bd76c7

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

Shades of Medium Orchid #BD76C7

Tints of Medium Orchid #BD76C7

Color information

#BD76C7 (or 0xBD76C7) is unknown color: approx Medium Orchid. HEX triplet: BD, 76 and C7. RGB value is (189,118,199). Sum of RGB (Red+Green+Blue) = 189+118+199=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76C7 is #428938. Grayscale: #949494. Windows color (decimal): -4360505 or 13072061. OLE color: 13072061.

HSL color Cylindrical-coordinate representation of color #BD76C7: hue angle of 292.59º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD76C7 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189118199-
CMYK0.050.4100.22
HSL292.59º41.97%62.16%-
HSV(B)292.59º40.7%78.04%-
XYZ37.7727.957.43-
YUV148.46156.52156.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 199 (78.12% from 255) = 39.33%
R=37.35%
G=23.32%
B=39.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891181990.050.4100.22292.5941.9762.16
HexBD76C75290161252a3e
Octal2751663075510264455276
Binary10111101111011011000111101101001010110100100101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd76c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd76c7; }

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

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

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

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

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

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

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

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