#BD52D7

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

Shades of Medium Orchid #BD52D7

Tints of Medium Orchid #BD52D7

Color information

#BD52D7 (or 0xBD52D7) is unknown color: approx Medium Orchid. HEX triplet: BD, 52 and D7. RGB value is (189,82,215). Sum of RGB (Red+Green+Blue) = 189+82+215=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD52D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52D7 is #42AD28. Grayscale: #808080. Windows color (decimal): -4369705 or 14111421. OLE color: 14111421.

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

Color convert

RGB18982215-
CMYK0.120.6200.16
HSL288.27º62.44%58.24%-
HSV(B)288.27º61.86%84.31%-
XYZ36.2721.7666.58-
YUV129.16176.45170.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 82 (32.42% from 255) = 16.87%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=38.89%
G=16.87%
B=44.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189822150.120.6200.16288.2762.4458.24
HexBD52D7C3E0101203e3a
Octal27512232714760204407672
Binary101111011010010110101111100111110010000100100000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD52D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD52D7; }

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

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

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

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

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

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

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

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