Html Css Color HEX #B71380 Medium Violet Red

📋 copy color: '#B71380'

red 183 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #B71380

Tints of Medium Violet Red #B71380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

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

R = 55.45%
G = 5.76%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B71380 (or 0xB71380) is known color: Medium Violet Red. HEX triplet: B7, 13 and 80. RGB value is (183,19,128). Sum of RGB (Red+Green+Blue) = 183+19+128=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B71380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71380 is #48EC7F. Grayscale: #505050. Windows color (decimal): -4779136 or 8393655. OLE color: 8393655.

HSL color Cylindrical-coordinate representation of color #B71380: hue angle of 320.12º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71380 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 19 128 -
CMYK 0 0.90 0.30 0.28
HSL 320.12º 0.81% 0.4% -
HSV(B) 320.12º 0.9% 0.72% -
XYZ 23.66 12.09 21.51 -
YUV 80.46 154.83 201.14 -
System Red Green Blue C M Y K H S L
Decimal 183 19 128 0 0.90 0.30 0.28 320.12 0.81 0.4
Hex B7 13 80 0 5A 1E 1C 140 51 28
Octal 267 23 200 0 132 36 34 500 121 50
Binary 10110111 10011 10000000 0 1011010 11110 11100 101000000 1010001 101000

Color Harmonies of #B71380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71380

Black with #B71380

Text Example


Text Example

White with #B71380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71380; }

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

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

background-color css

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

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

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

border-color css

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

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

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