Html Css Color HEX #B71DC0 Deep Magenta

📋 copy color: '#B71DC0'

red 183 ◦ green 29 ◦ blue 192

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

Shades of Deep Magenta #B71DC0

Tints of Deep Magenta #B71DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.52%

R = 45.3%
G = 7.18%
B = 47.52%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B71DC0 (or 0xB71DC0) is known color: Deep Magenta. HEX triplet: B7, 1D and C0. RGB value is (183,29,192). Sum of RGB (Red+Green+Blue) = 183+29+192=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #B71DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71DC0 is #48E23F. Grayscale: #5D5D5D. Windows color (decimal): -4776512 or 12590519. OLE color: 12590519.

HSL color Cylindrical-coordinate representation of color #B71DC0: hue angle of 296.69º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71DC0 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 29 192 -
CMYK 0.05 0.85 0 0.25
HSL 296.69º 0.74% 0.43% -
HSV(B) 296.69º 0.85% 0.75% -
XYZ 29.48 14.75 51.16 -
YUV 93.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 183 29 192 0.05 0.85 0 0.25 296.69 0.74 0.43
Hex B7 1D C0 5 55 0 19 129 4A 2B
Octal 267 35 300 5 125 0 31 451 112 53
Binary 10110111 11101 11000000 101 1010101 0 11001 100101001 1001010 101011

Color Harmonies of #B71DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71DC0

Black with #B71DC0

Text Example


Text Example

White with #B71DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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