Html Css Color HEX #BD0DE1 Deep Magenta

📋 copy color: '#BD0DE1'

red 189 ◦ green 13 ◦ blue 225

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

Shades of Deep Magenta #BD0DE1

Tints of Deep Magenta #BD0DE1

RGB

 RED value IS 189 (74.22% from 255) = 44.26%

 GREEN value IS 13 (5.47% from 255) = 3.04%

 BLUE value IS 225 (88.28% from 255) = 52.69%

R = 44.26%
G = 3.04%
B = 52.69%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD0DE1 (or 0xBD0DE1) is known color: Deep Magenta. HEX triplet: BD, 0D and E1. RGB value is (189,13,225). Sum of RGB (Red+Green+Blue) = 189+13+225=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD0DE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0DE1 is #42F21E. Grayscale: #595959. Windows color (decimal): -4387359 or 14749117. OLE color: 14749117.

HSL color Cylindrical-coordinate representation of color #BD0DE1: hue angle of 289.81º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0DE1 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 13 225 -
CMYK 0.16 0.94 0 0.12
HSL 289.81º 0.89% 0.47% -
HSV(B) 289.81º 0.94% 0.88% -
XYZ 34.72 16.54 72.6 -
YUV 89.79 204.31 198.76 -
System Red Green Blue C M Y K H S L
Decimal 189 13 225 0.16 0.94 0 0.12 289.81 0.89 0.47
Hex BD D E1 10 5E 0 C 122 59 2F
Octal 275 15 341 20 136 0 14 442 131 57
Binary 10111101 1101 11100001 10000 1011110 0 1100 100100010 1011001 101111

Color Harmonies of #BD0DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0DE1

Black with #BD0DE1

Text Example


Text Example

White with #BD0DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0DE1; }

 p { color: rgb(189,13,225); }

 H1.HeaderClassName
 {
   color: #BD0DE1;
 }
 .AnyTagClassName
 {
   color: #BD0DE1;
 }
</style>

background-color css

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

 a { background-color: rgb(189,13,225); }

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

border-color css

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

 span { border-color: rgb(189,13,225); }

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