Html Css Color HEX #BD0EB8 Deep Magenta

📋 copy color: '#BD0EB8'

red 189 ◦ green 14 ◦ blue 184

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

Shades of Deep Magenta #BD0EB8

Tints of Deep Magenta #BD0EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.55%

R = 48.84%
G = 3.62%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD0EB8 (or 0xBD0EB8) is known color: Deep Magenta. HEX triplet: BD, 0E and B8. RGB value is (189,14,184). Sum of RGB (Red+Green+Blue) = 189+14+184=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0EB8 is #42F147. Grayscale: #555555. Windows color (decimal): -4387144 or 12062397. OLE color: 12062397.

HSL color Cylindrical-coordinate representation of color #BD0EB8: hue angle of 301.71º 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 #BD0EB8 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 14 184 -
CMYK 0 0.93 0.03 0.26
HSL 301.71º 0.86% 0.4% -
HSV(B) 301.71º 0.93% 0.74% -
XYZ 29.8 14.59 46.59 -
YUV 85.71 183.48 201.68 -
System Red Green Blue C M Y K H S L
Decimal 189 14 184 0 0.93 0.03 0.26 301.71 0.86 0.4
Hex BD E B8 0 5D 3 1A 12E 56 28
Octal 275 16 270 0 135 3 32 456 126 50
Binary 10111101 1110 10111000 0 1011101 11 11010 100101110 1010110 101000

Color Harmonies of #BD0EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0EB8

Black with #BD0EB8

Text Example


Text Example

White with #BD0EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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