#BD53D3

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

Shades of Medium Orchid #BD53D3

Tints of Medium Orchid #BD53D3

Color information

#BD53D3 (or 0xBD53D3) is unknown color: approx Medium Orchid. HEX triplet: BD, 53 and D3. RGB value is (189,83,211). Sum of RGB (Red+Green+Blue) = 189+83+211=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD53D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53D3 is #42AC2C. Grayscale: #808080. Windows color (decimal): -4369453 or 13849533. OLE color: 13849533.

HSL color Cylindrical-coordinate representation of color #BD53D3: hue angle of 289.69º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD53D3 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18983211-
CMYK0.100.6100.17
HSL289.69º59.26%57.65%-
HSV(B)289.69º60.66%82.75%-
XYZ35.8421.7163.93-
YUV129.29174.12170.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 83 (32.81% from 255) = 17.18%
BLUE value IS 211 (82.81% from 255) = 43.69%
R=39.13%
G=17.18%
B=43.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189832110.100.6100.17289.6959.2657.65
HexBD53D3A3D0111223b3a
Octal27512332312750214427372
Binary101111011010011110100111010111101010001100100010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD53D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD53D3; }

 p { color: rgb(189,83,211); }

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

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

 a { background-color: rgb(189,83,211); }

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

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

 span { border-color: rgb(189,83,211); }

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