Html Css Color HEX #B71276 Medium Violet Red

📋 copy color: '#B71276'

red 183 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #B71276

Tints of Medium Violet Red #B71276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 57.37%
G = 5.64%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B71276 (or 0xB71276) is known color: Medium Violet Red. HEX triplet: B7, 12 and 76. RGB value is (183,18,118). Sum of RGB (Red+Green+Blue) = 183+18+118=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B71276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71276 is #48ED89. Grayscale: #4E4E4E. Windows color (decimal): -4779402 or 7738039. OLE color: 7738039.

HSL color Cylindrical-coordinate representation of color #B71276: hue angle of 323.64º 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 #B71276 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 118 -
CMYK 0 0.90 0.36 0.28
HSL 323.64º 0.82% 0.39% -
HSV(B) 323.64º 0.9% 0.72% -
XYZ 23.01 11.81 18.21 -
YUV 78.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 183 18 118 0 0.90 0.36 0.28 323.64 0.82 0.39
Hex B7 12 76 0 5A 24 1C 144 52 27
Octal 267 22 166 0 132 44 34 504 122 47
Binary 10110111 10010 1110110 0 1011010 100100 11100 101000100 1010010 100111

Color Harmonies of #B71276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71276

Black with #B71276

Text Example


Text Example

White with #B71276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71276; }

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

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

background-color css

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

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

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

border-color css

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

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

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