Html Css Color HEX #B71175 Medium Violet Red

📋 copy color: '#B71175'

red 183 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #B71175

Tints of Medium Violet Red #B71175

RGB

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

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

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

R = 57.73%
G = 5.36%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B71175 (or 0xB71175) is known color: Medium Violet Red. HEX triplet: B7, 11 and 75. RGB value is (183,17,117). Sum of RGB (Red+Green+Blue) = 183+17+117=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B71175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71175 is #48EE8A. Grayscale: #4D4D4D. Windows color (decimal): -4779659 or 7672247. OLE color: 7672247.

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

Color convert

RGB 183 17 117 -
CMYK 0 0.91 0.36 0.28
HSL 323.86º 0.83% 0.39% -
HSV(B) 323.86º 0.91% 0.72% -
XYZ 22.94 11.75 17.89 -
YUV 78.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 183 17 117 0 0.91 0.36 0.28 323.86 0.83 0.39
Hex B7 11 75 0 5B 24 1C 144 53 27
Octal 267 21 165 0 133 44 34 504 123 47
Binary 10110111 10001 1110101 0 1011011 100100 11100 101000100 1010011 100111

Color Harmonies of #B71175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71175

Black with #B71175

Text Example


Text Example

White with #B71175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71175; }

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

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

background-color css

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

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

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

border-color css

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

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

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