Html Css Color HEX #B81DB1 Deep Magenta

📋 copy color: '#B81DB1'

red 184 ◦ green 29 ◦ blue 177

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

Shades of Deep Magenta #B81DB1

Tints of Deep Magenta #B81DB1

RGB

 RED value IS 184 (72.27% from 255) = 47.18%

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

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

R = 47.18%
G = 7.44%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B81DB1 (or 0xB81DB1) is known color: Deep Magenta. HEX triplet: B8, 1D and B1. RGB value is (184,29,177). Sum of RGB (Red+Green+Blue) = 184+29+177=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B81DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81DB1 is #47E24E. Grayscale: #5B5B5B. Windows color (decimal): -4710991 or 11607480. OLE color: 11607480.

HSL color Cylindrical-coordinate representation of color #B81DB1: hue angle of 302.71º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81DB1 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 29 177 -
CMYK 0 0.84 0.04 0.28
HSL 302.71º 0.73% 0.42% -
HSV(B) 302.71º 0.84% 0.72% -
XYZ 28.14 14.24 42.86 -
YUV 92.22 175.85 193.47 -
System Red Green Blue C M Y K H S L
Decimal 184 29 177 0 0.84 0.04 0.28 302.71 0.73 0.42
Hex B8 1D B1 0 54 4 1C 12F 49 2A
Octal 270 35 261 0 124 4 34 457 111 52
Binary 10111000 11101 10110001 0 1010100 100 11100 100101111 1001001 101010

Color Harmonies of #B81DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81DB1

Black with #B81DB1

Text Example


Text Example

White with #B81DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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