#BD73CB

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

Shades of Medium Orchid #BD73CB

Tints of Medium Orchid #BD73CB

Color information

#BD73CB (or 0xBD73CB) is unknown color: approx Medium Orchid. HEX triplet: BD, 73 and CB. RGB value is (189,115,203). Sum of RGB (Red+Green+Blue) = 189+115+203=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD73CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73CB is #428C34. Grayscale: #929292. Windows color (decimal): -4361269 or 13333437. OLE color: 13333437.

HSL color Cylindrical-coordinate representation of color #BD73CB: hue angle of 290.45º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD73CB is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189115203-
CMYK0.070.4300.20
HSL290.45º45.83%62.35%-
HSV(B)290.45º43.35%79.61%-
XYZ37.927.3959.79-
YUV147.16159.52157.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 115 (45.31% from 255) = 22.68%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=37.28%
G=22.68%
B=40.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891152030.070.4300.20290.4545.8362.35
HexBD73CB72B0141222e3e
Octal2751633137530244425676
Binary10111101111001111001011111101011010100100100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD73CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD73CB; }

 p { color: rgb(189,115,203); }

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

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

 a { background-color: rgb(189,115,203); }

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

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

 span { border-color: rgb(189,115,203); }

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