Html Css Color HEX #B71575 Medium Violet Red

📋 copy color: '#B71575'

red 183 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #B71575

Tints of Medium Violet Red #B71575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

 BLUE value IS 117 (46.09% from 255) = 36.45%

R = 57.01%
G = 6.54%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B71575 (or 0xB71575) is known color: Medium Violet Red. HEX triplet: B7, 15 and 75. RGB value is (183,21,117). Sum of RGB (Red+Green+Blue) = 183+21+117=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B71575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71575 is #48EA8A. Grayscale: #505050. Windows color (decimal): -4778635 or 7673271. OLE color: 7673271.

HSL color Cylindrical-coordinate representation of color #B71575: hue angle of 324.44º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71575 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 117 -
CMYK 0 0.89 0.36 0.28
HSL 324.44º 0.79% 0.4% -
HSV(B) 324.44º 0.89% 0.72% -
XYZ 23.01 11.89 17.91 -
YUV 80.38 148.67 201.19 -
System Red Green Blue C M Y K H S L
Decimal 183 21 117 0 0.89 0.36 0.28 324.44 0.79 0.4
Hex B7 15 75 0 59 24 1C 144 4F 28
Octal 267 25 165 0 131 44 34 504 117 50
Binary 10110111 10101 1110101 0 1011001 100100 11100 101000100 1001111 101000

Color Harmonies of #B71575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71575

Black with #B71575

Text Example


Text Example

White with #B71575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71575; }

 p { color: rgb(183,21,117); }

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

background-color css

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

 a { background-color: rgb(183,21,117); }

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

border-color css

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

 span { border-color: rgb(183,21,117); }

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