Html Css Color HEX #B71DAE Deep Magenta

📋 copy color: '#B71DAE'

red 183 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #B71DAE

Tints of Deep Magenta #B71DAE

RGB

 RED value IS 183 (71.88% from 255) = 47.41%

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

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

R = 47.41%
G = 7.51%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B71DAE (or 0xB71DAE) is known color: Deep Magenta. HEX triplet: B7, 1D and AE. RGB value is (183,29,174). Sum of RGB (Red+Green+Blue) = 183+29+174=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B71DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71DAE is #48E251. Grayscale: #5B5B5B. Windows color (decimal): -4776530 or 11410871. OLE color: 11410871.

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

Color convert

RGB 183 29 174 -
CMYK 0 0.84 0.05 0.28
HSL 303.51º 0.73% 0.42% -
HSV(B) 303.51º 0.84% 0.72% -
XYZ 27.61 14 41.29 -
YUV 91.58 174.52 193.21 -
System Red Green Blue C M Y K H S L
Decimal 183 29 174 0 0.84 0.05 0.28 303.51 0.73 0.42
Hex B7 1D AE 0 54 5 1C 130 49 2A
Octal 267 35 256 0 124 5 34 460 111 52
Binary 10110111 11101 10101110 0 1010100 101 11100 100110000 1001001 101010

Color Harmonies of #B71DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71DAE

Black with #B71DAE

Text Example


Text Example

White with #B71DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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