#BD2ED5

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

Shades of Medium Orchid #BD2ED5

Tints of Medium Orchid #BD2ED5

Color information

#BD2ED5 (or 0xBD2ED5) is unknown color: approx Medium Orchid. HEX triplet: BD, 2E and D5. RGB value is (189,46,213). Sum of RGB (Red+Green+Blue) = 189+46+213=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD2ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ED5 is #42D12A. Grayscale: #6B6B6B. Windows color (decimal): -4378923 or 13971133. OLE color: 13971133.

HSL color Cylindrical-coordinate representation of color #BD2ED5: hue angle of 291.38º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2ED5 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18946213-
CMYK0.110.7800.16
HSL291.38º66.53%50.78%-
HSV(B)291.38º78.4%83.53%-
XYZ33.9717.5864.55-
YUV107.79187.38185.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 46 (18.36% from 255) = 10.27%
BLUE value IS 213 (83.59% from 255) = 47.54%
R=42.19%
G=10.27%
B=47.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189462130.110.7800.16291.3866.5350.78
HexBD2ED5B4E0101234333
Octal275563251311602044310363
Binary1011110110111011010101101110011100100001001000111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2ED5; }

 p { color: rgb(189,46,213); }

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

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

 a { background-color: rgb(189,46,213); }

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

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

 span { border-color: rgb(189,46,213); }

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