Html Css Color HEX #B71C93 Medium Violet Red

📋 copy color: '#B71C93'

red 183 ◦ green 28 ◦ blue 147

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

Shades of Medium Violet Red #B71C93

Tints of Medium Violet Red #B71C93

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.82%

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 51.12%
G = 7.82%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B71C93 (or 0xB71C93) is known color: Medium Violet Red. HEX triplet: B7, 1C and 93. RGB value is (183,28,147). Sum of RGB (Red+Green+Blue) = 183+28+147=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C93 is #48E36C. Grayscale: #575757. Windows color (decimal): -4776813 or 9641143. OLE color: 9641143.

HSL color Cylindrical-coordinate representation of color #B71C93: hue angle of 313.94º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C93 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 28 147 -
CMYK 0 0.85 0.20 0.28
HSL 313.94º 0.73% 0.41% -
HSV(B) 313.94º 0.85% 0.72% -
XYZ 25.21 13 28.79 -
YUV 87.91 161.35 195.82 -
System Red Green Blue C M Y K H S L
Decimal 183 28 147 0 0.85 0.20 0.28 313.94 0.73 0.41
Hex B7 1C 93 0 55 14 1C 13A 49 29
Octal 267 34 223 0 125 24 34 472 111 51
Binary 10110111 11100 10010011 0 1010101 10100 11100 100111010 1001001 101001

Color Harmonies of #B71C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C93

Black with #B71C93

Text Example


Text Example

White with #B71C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C93; }

 p { color: rgb(183,28,147); }

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

background-color css

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

 a { background-color: rgb(183,28,147); }

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

border-color css

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

 span { border-color: rgb(183,28,147); }

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