Html Css Color HEX #B31297 Medium Violet Red

📋 copy color: '#B31297'

red 179 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #B31297

Tints of Medium Violet Red #B31297

RGB

 RED value IS 179 (70.31% from 255) = 51.44%

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

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

R = 51.44%
G = 5.17%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B31297 (or 0xB31297) is known color: Medium Violet Red. HEX triplet: B3, 12 and 97. RGB value is (179,18,151). Sum of RGB (Red+Green+Blue) = 179+18+151=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B31297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31297 is #4CED68. Grayscale: #505050. Windows color (decimal): -5041513 or 9900723. OLE color: 9900723.

HSL color Cylindrical-coordinate representation of color #B31297: hue angle of 310.43º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31297 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 151 -
CMYK 0 0.90 0.16 0.30
HSL 310.43º 0.82% 0.39% -
HSV(B) 310.43º 0.9% 0.7% -
XYZ 24.39 12.25 30.36 -
YUV 81.3 167.34 197.69 -
System Red Green Blue C M Y K H S L
Decimal 179 18 151 0 0.90 0.16 0.30 310.43 0.82 0.39
Hex B3 12 97 0 5A 10 1E 136 52 27
Octal 263 22 227 0 132 20 36 466 122 47
Binary 10110011 10010 10010111 0 1011010 10000 11110 100110110 1010010 100111

Color Harmonies of #B31297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31297

Black with #B31297

Text Example


Text Example

White with #B31297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31297; }

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

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

background-color css

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

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

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

border-color css

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

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

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