Html Css Color HEX #B71FCE Deep Magenta

📋 copy color: '#B71FCE'

red 183 ◦ green 31 ◦ blue 206

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

Shades of Deep Magenta #B71FCE

Tints of Deep Magenta #B71FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 43.57%
G = 7.38%
B = 49.05%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B71FCE (or 0xB71FCE) is known color: Deep Magenta. HEX triplet: B7, 1F and CE. RGB value is (183,31,206). Sum of RGB (Red+Green+Blue) = 183+31+206=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #B71FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71FCE is #48E031. Grayscale: #5F5F5F. Windows color (decimal): -4775986 or 13508535. OLE color: 13508535.

HSL color Cylindrical-coordinate representation of color #B71FCE: hue angle of 292.11º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71FCE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 31 206 -
CMYK 0.11 0.85 0 0.19
HSL 292.11º 0.74% 0.46% -
HSV(B) 292.11º 0.85% 0.81% -
XYZ 31.16 15.5 59.74 -
YUV 96.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 183 31 206 0.11 0.85 0 0.19 292.11 0.74 0.46
Hex B7 1F CE B 55 0 13 124 4A 2E
Octal 267 37 316 13 125 0 23 444 112 56
Binary 10110111 11111 11001110 1011 1010101 0 10011 100100100 1001010 101110

Color Harmonies of #B71FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71FCE

Black with #B71FCE

Text Example


Text Example

White with #B71FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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