Html Css Color HEX #BD2ED5 Medium Orchid

📋 copy color: '#BD2ED5'

red 189 ◦ green 46 ◦ blue 213

#BD2ED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD2ED5

Tints of Medium Orchid #BD2ED5

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 value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD2ED5 (or 0xBD2ED5) is known color: 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

RGB 189 46 213 -
CMYK 0.11 0.78 0 0.16
HSL 291.38º 0.67% 0.51% -
HSV(B) 291.38º 0.78% 0.84% -
XYZ 33.97 17.58 64.55 -
YUV 107.8 187.38 185.92 -
System Red Green Blue C M Y K H S L
Decimal 189 46 213 0.11 0.78 0 0.16 291.38 0.67 0.51
Hex BD 2E D5 B 4E 0 10 123 43 33
Octal 275 56 325 13 116 0 20 443 103 63
Binary 10111101 101110 11010101 1011 1001110 0 10000 100100011 1000011 110011

Color Harmonies of #BD2ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2ED5

Black with #BD2ED5

Text Example


Text Example

White with #BD2ED5

Text Example


Text Example

HTML Codes & Css Web 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>