Html Css Color HEX #B71180 Medium Violet Red

📋 copy color: '#B71180'

red 183 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #B71180

Tints of Medium Violet Red #B71180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.18%

 BLUE value IS 128 (50.39% from 255) = 39.02%

R = 55.79%
G = 5.18%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B71180 (or 0xB71180) is known color: Medium Violet Red. HEX triplet: B7, 11 and 80. RGB value is (183,17,128). Sum of RGB (Red+Green+Blue) = 183+17+128=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B71180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71180 is #48EE7F. Grayscale: #4F4F4F. Windows color (decimal): -4779648 or 8393143. OLE color: 8393143.

HSL color Cylindrical-coordinate representation of color #B71180: hue angle of 319.88º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71180 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 128 -
CMYK 0 0.91 0.30 0.28
HSL 319.88º 0.83% 0.39% -
HSV(B) 319.88º 0.91% 0.72% -
XYZ 23.63 12.03 21.5 -
YUV 79.29 155.5 201.97 -
System Red Green Blue C M Y K H S L
Decimal 183 17 128 0 0.91 0.30 0.28 319.88 0.83 0.39
Hex B7 11 80 0 5B 1E 1C 140 53 27
Octal 267 21 200 0 133 36 34 500 123 47
Binary 10110111 10001 10000000 0 1011011 11110 11100 101000000 1010011 100111

Color Harmonies of #B71180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71180

Black with #B71180

Text Example


Text Example

White with #B71180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71180; }

 p { color: rgb(183,17,128); }

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

background-color css

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

 a { background-color: rgb(183,17,128); }

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

border-color css

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

 span { border-color: rgb(183,17,128); }

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