Html Css Color HEX #B00DAE Deep Magenta

📋 copy color: '#B00DAE'

red 176 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #B00DAE

Tints of Deep Magenta #B00DAE

RGB

 RED value IS 176 (69.14% from 255) = 48.48%

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

 BLUE value IS 174 (68.36% from 255) = 47.93%

R = 48.48%
G = 3.58%
B = 47.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B00DAE (or 0xB00DAE) is known color: Deep Magenta. HEX triplet: B0, 0D and AE. RGB value is (176,13,174). Sum of RGB (Red+Green+Blue) = 176+13+174=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B00DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00DAE is #4FF251. Grayscale: #4F4F4F. Windows color (decimal): -5239378 or 11406768. OLE color: 11406768.

HSL color Cylindrical-coordinate representation of color #B00DAE: hue angle of 300.74º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00DAE is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 13 174 -
CMYK 0 0.93 0.01 0.31
HSL 300.74º 0.86% 0.37% -
HSV(B) 300.74º 0.93% 0.69% -
XYZ 25.69 12.57 41.12 -
YUV 80.09 181 196.41 -
System Red Green Blue C M Y K H S L
Decimal 176 13 174 0 0.93 0.01 0.31 300.74 0.86 0.37
Hex B0 D AE 0 5D 1 1F 12D 56 25
Octal 260 15 256 0 135 1 37 455 126 45
Binary 10110000 1101 10101110 0 1011101 1 11111 100101101 1010110 100101

Color Harmonies of #B00DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00DAE

Black with #B00DAE

Text Example


Text Example

White with #B00DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00DAE; }

 p { color: rgb(176,13,174); }

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

background-color css

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

 a { background-color: rgb(176,13,174); }

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

border-color css

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

 span { border-color: rgb(176,13,174); }

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