Html Css Color HEX #B71FBC Deep Magenta

📋 copy color: '#B71FBC'

red 183 ◦ green 31 ◦ blue 188

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

Shades of Deep Magenta #B71FBC

Tints of Deep Magenta #B71FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 45.52%
G = 7.71%
B = 46.77%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B71FBC (or 0xB71FBC) is known color: Deep Magenta. HEX triplet: B7, 1F and BC. RGB value is (183,31,188). Sum of RGB (Red+Green+Blue) = 183+31+188=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #B71FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71FBC is #48E043. Grayscale: #5D5D5D. Windows color (decimal): -4776004 or 12328887. OLE color: 12328887.

HSL color Cylindrical-coordinate representation of color #B71FBC: hue angle of 298.09º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71FBC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 31 188 -
CMYK 0.03 0.84 0 0.26
HSL 298.09º 0.72% 0.43% -
HSV(B) 298.09º 0.84% 0.74% -
XYZ 29.1 14.68 48.88 -
YUV 94.35 180.86 191.23 -
System Red Green Blue C M Y K H S L
Decimal 183 31 188 0.03 0.84 0 0.26 298.09 0.72 0.43
Hex B7 1F BC 3 54 0 1A 12A 48 2B
Octal 267 37 274 3 124 0 32 452 110 53
Binary 10110111 11111 10111100 11 1010100 0 11010 100101010 1001000 101011

Color Harmonies of #B71FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71FBC

Black with #B71FBC

Text Example


Text Example

White with #B71FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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