Html Css Color HEX #BD0EB6 Deep Magenta

📋 copy color: '#BD0EB6'

red 189 ◦ green 14 ◦ blue 182

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

Shades of Deep Magenta #BD0EB6

Tints of Deep Magenta #BD0EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.27%

R = 49.09%
G = 3.64%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD0EB6 (or 0xBD0EB6) is known color: Deep Magenta. HEX triplet: BD, 0E and B6. RGB value is (189,14,182). Sum of RGB (Red+Green+Blue) = 189+14+182=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0EB6 is #42F149. Grayscale: #545454. Windows color (decimal): -4387146 or 11931325. OLE color: 11931325.

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

Color convert

RGB 189 14 182 -
CMYK 0 0.93 0.04 0.26
HSL 302.4º 0.86% 0.4% -
HSV(B) 302.4º 0.93% 0.74% -
XYZ 29.59 14.51 45.5 -
YUV 85.48 182.48 201.84 -
System Red Green Blue C M Y K H S L
Decimal 189 14 182 0 0.93 0.04 0.26 302.4 0.86 0.4
Hex BD E B6 0 5D 4 1A 12E 56 28
Octal 275 16 266 0 135 4 32 456 126 50
Binary 10111101 1110 10110110 0 1011101 100 11010 100101110 1010110 101000

Color Harmonies of #BD0EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0EB6

Black with #BD0EB6

Text Example


Text Example

White with #BD0EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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