Html Css Color HEX #B01DB1 Deep Magenta

📋 copy color: '#B01DB1'

red 176 ◦ green 29 ◦ blue 177

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

Shades of Deep Magenta #B01DB1

Tints of Deep Magenta #B01DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.34%

R = 46.07%
G = 7.59%
B = 46.34%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B01DB1 (or 0xB01DB1) is known color: Deep Magenta. HEX triplet: B0, 1D and B1. RGB value is (176,29,177). Sum of RGB (Red+Green+Blue) = 176+29+177=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #B01DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01DB1 is #4FE24E. Grayscale: #595959. Windows color (decimal): -5235279 or 11607472. OLE color: 11607472.

HSL color Cylindrical-coordinate representation of color #B01DB1: hue angle of 299.59º 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 #B01DB1 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 29 177 -
CMYK 0.01 0.84 0 0.31
HSL 299.59º 0.72% 0.4% -
HSV(B) 299.59º 0.84% 0.69% -
XYZ 26.28 13.28 42.77 -
YUV 89.83 177.2 189.47 -
System Red Green Blue C M Y K H S L
Decimal 176 29 177 0.01 0.84 0 0.31 299.59 0.72 0.4
Hex B0 1D B1 1 54 0 1F 12C 48 28
Octal 260 35 261 1 124 0 37 454 110 50
Binary 10110000 11101 10110001 1 1010100 0 11111 100101100 1001000 101000

Color Harmonies of #B01DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01DB1

Black with #B01DB1

Text Example


Text Example

White with #B01DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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