Html Css Color HEX #BD0EA8 Deep Magenta

📋 copy color: '#BD0EA8'

red 189 ◦ green 14 ◦ blue 168

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

Shades of Deep Magenta #BD0EA8

Tints of Deep Magenta #BD0EA8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.77%

 BLUE value IS 168 (66.02% from 255) = 45.28%

R = 50.94%
G = 3.77%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD0EA8 (or 0xBD0EA8) is known color: Deep Magenta. HEX triplet: BD, 0E and A8. RGB value is (189,14,168). Sum of RGB (Red+Green+Blue) = 189+14+168=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0EA8 is #42F157. Grayscale: #535353. Windows color (decimal): -4387160 or 11013821. OLE color: 11013821.

HSL color Cylindrical-coordinate representation of color #BD0EA8: hue angle of 307.2º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0EA8 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 14 168 -
CMYK 0 0.93 0.11 0.26
HSL 307.2º 0.86% 0.4% -
HSV(B) 307.2º 0.93% 0.74% -
XYZ 28.21 13.96 38.25 -
YUV 83.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 189 14 168 0 0.93 0.11 0.26 307.2 0.86 0.4
Hex BD E A8 0 5D B 1A 133 56 28
Octal 275 16 250 0 135 13 32 463 126 50
Binary 10111101 1110 10101000 0 1011101 1011 11010 100110011 1010110 101000

Color Harmonies of #BD0EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0EA8

Black with #BD0EA8

Text Example


Text Example

White with #BD0EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0EA8; }

 p { color: rgb(189,14,168); }

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

background-color css

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

 a { background-color: rgb(189,14,168); }

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

border-color css

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

 span { border-color: rgb(189,14,168); }

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