Html Css Color HEX #B71297 Medium Violet Red

📋 copy color: '#B71297'

red 183 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #B71297

Tints of Medium Violet Red #B71297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.9%

R = 51.99%
G = 5.11%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B71297 (or 0xB71297) is known color: Medium Violet Red. HEX triplet: B7, 12 and 97. RGB value is (183,18,151). Sum of RGB (Red+Green+Blue) = 183+18+151=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B71297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71297 is #48ED68. Grayscale: #525252. Windows color (decimal): -4779369 or 9900727. OLE color: 9900727.

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

Color convert

RGB 183 18 151 -
CMYK 0 0.90 0.17 0.28
HSL 311.64º 0.82% 0.39% -
HSV(B) 311.64º 0.9% 0.72% -
XYZ 25.33 12.73 30.4 -
YUV 82.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 183 18 151 0 0.90 0.17 0.28 311.64 0.82 0.39
Hex B7 12 97 0 5A 11 1C 138 52 27
Octal 267 22 227 0 132 21 34 470 122 47
Binary 10110111 10010 10010111 0 1011010 10001 11100 100111000 1010010 100111

Color Harmonies of #B71297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71297

Black with #B71297

Text Example


Text Example

White with #B71297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71297; }

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

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

background-color css

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

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

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

border-color css

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

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

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