Html Css Color HEX #B71CB0 Deep Magenta

📋 copy color: '#B71CB0'

red 183 ◦ green 28 ◦ blue 176

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

Shades of Deep Magenta #B71CB0

Tints of Deep Magenta #B71CB0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.24%

 BLUE value IS 176 (69.14% from 255) = 45.48%

R = 47.29%
G = 7.24%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B71CB0 (or 0xB71CB0) is known color: Deep Magenta. HEX triplet: B7, 1C and B0. RGB value is (183,28,176). Sum of RGB (Red+Green+Blue) = 183+28+176=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B71CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71CB0 is #48E34F. Grayscale: #5A5A5A. Windows color (decimal): -4776784 or 11541687. OLE color: 11541687.

HSL color Cylindrical-coordinate representation of color #B71CB0: hue angle of 302.71º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71CB0 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 28 176 -
CMYK 0 0.85 0.04 0.28
HSL 302.71º 0.73% 0.41% -
HSV(B) 302.71º 0.85% 0.72% -
XYZ 27.78 14.03 42.32 -
YUV 91.22 175.85 193.47 -
System Red Green Blue C M Y K H S L
Decimal 183 28 176 0 0.85 0.04 0.28 302.71 0.73 0.41
Hex B7 1C B0 0 55 4 1C 12F 49 29
Octal 267 34 260 0 125 4 34 457 111 51
Binary 10110111 11100 10110000 0 1010101 100 11100 100101111 1001001 101001

Color Harmonies of #B71CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CB0

Black with #B71CB0

Text Example


Text Example

White with #B71CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CB0; }

 p { color: rgb(183,28,176); }

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

background-color css

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

 a { background-color: rgb(183,28,176); }

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

border-color css

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

 span { border-color: rgb(183,28,176); }

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