#BD50E4

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

Shades of Medium Orchid #BD50E4

Tints of Medium Orchid #BD50E4

Color information

#BD50E4 (or 0xBD50E4) is unknown color: approx Medium Orchid. HEX triplet: BD, 50 and E4. RGB value is (189,80,228). Sum of RGB (Red+Green+Blue) = 189+80+228=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD50E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50E4 is #42AF1B. Grayscale: #808080. Windows color (decimal): -4370204 or 14962877. OLE color: 14962877.

HSL color Cylindrical-coordinate representation of color #BD50E4: hue angle of 284.19º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD50E4 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18980228-
CMYK0.170.6500.11
HSL284.19º73.27%60.39%-
HSV(B)284.19º64.91%89.41%-
XYZ37.8622.1675.68-
YUV129.46183.61170.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 80 (31.64% from 255) = 16.10%
BLUE value IS 228 (89.45% from 255) = 45.88%
R=38.03%
G=16.10%
B=45.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189802280.170.6500.11284.1973.2760.39
HexBD50E411410B11c493c
Octal2751203442110101343411174
Binary10111101101000011100100100011000001010111000111001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD50E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD50E4; }

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

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

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

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

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

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

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

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