Html Css Color HEX #B71277 Medium Violet Red

📋 copy color: '#B71277'

red 183 ◦ green 18 ◦ blue 119

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

Shades of Medium Violet Red #B71277

Tints of Medium Violet Red #B71277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.63%

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 57.19%
G = 5.63%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B71277 (or 0xB71277) is known color: Medium Violet Red. HEX triplet: B7, 12 and 77. RGB value is (183,18,119). Sum of RGB (Red+Green+Blue) = 183+18+119=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B71277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71277 is #48ED88. Grayscale: #4E4E4E. Windows color (decimal): -4779401 or 7803575. OLE color: 7803575.

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

Color convert

RGB 183 18 119 -
CMYK 0 0.90 0.35 0.28
HSL 323.27º 0.82% 0.39% -
HSV(B) 323.27º 0.9% 0.72% -
XYZ 23.07 11.83 18.52 -
YUV 78.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 183 18 119 0 0.90 0.35 0.28 323.27 0.82 0.39
Hex B7 12 77 0 5A 23 1C 143 52 27
Octal 267 22 167 0 132 43 34 503 122 47
Binary 10110111 10010 1110111 0 1011010 100011 11100 101000011 1010010 100111

Color Harmonies of #B71277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71277

Black with #B71277

Text Example


Text Example

White with #B71277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71277; }

 p { color: rgb(183,18,119); }

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

background-color css

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

 a { background-color: rgb(183,18,119); }

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

border-color css

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

 span { border-color: rgb(183,18,119); }

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