Html Css Color HEX #B71DAF Deep Magenta

📋 copy color: '#B71DAF'

red 183 ◦ green 29 ◦ blue 175

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

Shades of Deep Magenta #B71DAF

Tints of Deep Magenta #B71DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 47.29%
G = 7.49%
B = 45.22%

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

#B71DAF (or 0xB71DAF) is known color: Deep Magenta. HEX triplet: B7, 1D and AF. RGB value is (183,29,175). Sum of RGB (Red+Green+Blue) = 183+29+175=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B71DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71DAF is #48E250. Grayscale: #5B5B5B. Windows color (decimal): -4776529 or 11476407. OLE color: 11476407.

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

Color convert

RGB 183 29 175 -
CMYK 0 0.84 0.04 0.28
HSL 303.12º 0.73% 0.42% -
HSV(B) 303.12º 0.84% 0.72% -
XYZ 27.71 14.04 41.81 -
YUV 91.69 175.02 193.13 -
System Red Green Blue C M Y K H S L
Decimal 183 29 175 0 0.84 0.04 0.28 303.12 0.73 0.42
Hex B7 1D AF 0 54 4 1C 12F 49 2A
Octal 267 35 257 0 124 4 34 457 111 52
Binary 10110111 11101 10101111 0 1010100 100 11100 100101111 1001001 101010

Color Harmonies of #B71DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71DAF

Black with #B71DAF

Text Example


Text Example

White with #B71DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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