#BD50D4

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

Shades of Medium Orchid #BD50D4

Tints of Medium Orchid #BD50D4

Color information

#BD50D4 (or 0xBD50D4) is unknown color: approx Medium Orchid. HEX triplet: BD, 50 and D4. RGB value is (189,80,212). Sum of RGB (Red+Green+Blue) = 189+80+212=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD50D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50D4 is #42AF2B. Grayscale: #7F7F7F. Windows color (decimal): -4370220 or 13914301. OLE color: 13914301.

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

Color convert

RGB18980212-
CMYK0.110.6200.17
HSL289.55º60.55%57.25%-
HSV(B)289.55º62.26%83.14%-
XYZ35.7421.3164.52-
YUV127.64175.61171.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 80 (31.64% from 255) = 16.63%
BLUE value IS 212 (83.20% from 255) = 44.07%
R=39.29%
G=16.63%
B=44.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189802120.110.6200.17289.5560.5557.25
HexBD50D4B3E0111223d39
Octal27512032413760214427571
Binary101111011010000110101001011111110010001100100010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD50D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD50D4; }

 p { color: rgb(189,80,212); }

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

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

 a { background-color: rgb(189,80,212); }

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

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

 span { border-color: rgb(189,80,212); }

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