#bd52cd

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

Shades of Medium Orchid #BD52CD

Tints of Medium Orchid #BD52CD

Color information

#BD52CD (or 0xBD52CD) is unknown color: approx Medium Orchid. HEX triplet: BD, 52 and CD. RGB value is (189,82,205). Sum of RGB (Red+Green+Blue) = 189+82+205=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD52CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52CD is #42AD32. Grayscale: #7F7F7F. Windows color (decimal): -4369715 or 13456061. OLE color: 13456061.

HSL color Cylindrical-coordinate representation of color #BD52CD: hue angle of 292.2º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD52CD is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18982205-
CMYK0.080.600.20
HSL292.2º55.16%56.27%-
HSV(B)292.2º60%80.39%-
XYZ35.0221.2660.02-
YUV128.01171.45171.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 82 (32.42% from 255) = 17.23%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=39.71%
G=17.23%
B=43.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189822050.080.600.20292.255.1656.27
HexBD52CD83C0141243738
Octal27512231510740244446770
Binary101111011010010110011011000111100010100100100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd52cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd52cd; }

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

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

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

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

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

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

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

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