Html Css Color HEX #B71594 Medium Violet Red

📋 copy color: '#B71594'

red 183 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #B71594

Tints of Medium Violet Red #B71594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.05%

R = 51.99%
G = 5.97%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B71594 (or 0xB71594) is known color: Medium Violet Red. HEX triplet: B7, 15 and 94. RGB value is (183,21,148). Sum of RGB (Red+Green+Blue) = 183+21+148=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B71594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71594 is #48EA6B. Grayscale: #535353. Windows color (decimal): -4778604 or 9704887. OLE color: 9704887.

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

Color convert

RGB 183 21 148 -
CMYK 0 0.89 0.19 0.28
HSL 312.96º 0.79% 0.4% -
HSV(B) 312.96º 0.89% 0.72% -
XYZ 25.14 12.74 29.15 -
YUV 83.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 183 21 148 0 0.89 0.19 0.28 312.96 0.79 0.4
Hex B7 15 94 0 59 13 1C 139 4F 28
Octal 267 25 224 0 131 23 34 471 117 50
Binary 10110111 10101 10010100 0 1011001 10011 11100 100111001 1001111 101000

Color Harmonies of #B71594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71594

Black with #B71594

Text Example


Text Example

White with #B71594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71594; }

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

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

background-color css

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

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

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

border-color css

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

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

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