Html Css Color HEX #B71FCB Deep Magenta

📋 copy color: '#B71FCB'

red 183 ◦ green 31 ◦ blue 203

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

Shades of Deep Magenta #B71FCB

Tints of Deep Magenta #B71FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 43.88%
G = 7.43%
B = 48.68%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B71FCB (or 0xB71FCB) is known color: Deep Magenta. HEX triplet: B7, 1F and CB. RGB value is (183,31,203). Sum of RGB (Red+Green+Blue) = 183+31+203=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #B71FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71FCB is #48E034. Grayscale: #5F5F5F. Windows color (decimal): -4775989 or 13311927. OLE color: 13311927.

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

Color convert

RGB 183 31 203 -
CMYK 0.10 0.85 0 0.20
HSL 293.02º 0.74% 0.46% -
HSV(B) 293.02º 0.85% 0.8% -
XYZ 30.8 15.36 57.84 -
YUV 96.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 183 31 203 0.10 0.85 0 0.20 293.02 0.74 0.46
Hex B7 1F CB A 55 0 14 125 4A 2E
Octal 267 37 313 12 125 0 24 445 112 56
Binary 10110111 11111 11001011 1010 1010101 0 10100 100100101 1001010 101110

Color Harmonies of #B71FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71FCB

Black with #B71FCB

Text Example


Text Example

White with #B71FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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