Html Css Color HEX #B01DAE Deep Magenta

📋 copy color: '#B01DAE'

red 176 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #B01DAE

Tints of Deep Magenta #B01DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.65%

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

R = 46.44%
G = 7.65%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B01DAE (or 0xB01DAE) is known color: Deep Magenta. HEX triplet: B0, 1D and AE. RGB value is (176,29,174). Sum of RGB (Red+Green+Blue) = 176+29+174=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B01DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01DAE is #4FE251. Grayscale: #595959. Windows color (decimal): -5235282 or 11410864. OLE color: 11410864.

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

Color convert

RGB 176 29 174 -
CMYK 0 0.84 0.01 0.31
HSL 300.82º 0.72% 0.4% -
HSV(B) 300.82º 0.84% 0.69% -
XYZ 25.98 13.16 41.22 -
YUV 89.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 176 29 174 0 0.84 0.01 0.31 300.82 0.72 0.4
Hex B0 1D AE 0 54 1 1F 12D 48 28
Octal 260 35 256 0 124 1 37 455 110 50
Binary 10110000 11101 10101110 0 1010100 1 11111 100101101 1001000 101000

Color Harmonies of #B01DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01DAE

Black with #B01DAE

Text Example


Text Example

White with #B01DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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