Html Css Color HEX #B71FC0 Deep Magenta

📋 copy color: '#B71FC0'

red 183 ◦ green 31 ◦ blue 192

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

Shades of Deep Magenta #B71FC0

Tints of Deep Magenta #B71FC0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.64%

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

R = 45.07%
G = 7.64%
B = 47.29%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B71FC0 (or 0xB71FC0) is known color: Deep Magenta. HEX triplet: B7, 1F and C0. RGB value is (183,31,192). Sum of RGB (Red+Green+Blue) = 183+31+192=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #B71FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71FC0 is #48E03F. Grayscale: #5E5E5E. Windows color (decimal): -4776000 or 12591031. OLE color: 12591031.

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

Color convert

RGB 183 31 192 -
CMYK 0.05 0.84 0 0.25
HSL 296.65º 0.72% 0.44% -
HSV(B) 296.65º 0.84% 0.75% -
XYZ 29.53 14.85 51.18 -
YUV 94.8 182.86 190.91 -
System Red Green Blue C M Y K H S L
Decimal 183 31 192 0.05 0.84 0 0.25 296.65 0.72 0.44
Hex B7 1F C0 5 54 0 19 129 48 2C
Octal 267 37 300 5 124 0 31 451 110 54
Binary 10110111 11111 11000000 101 1010100 0 11001 100101001 1001000 101100

Color Harmonies of #B71FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71FC0

Black with #B71FC0

Text Example


Text Example

White with #B71FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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