Html Css Color HEX #B31399 Medium Violet Red

📋 copy color: '#B31399'

red 179 ◦ green 19 ◦ blue 153

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

Shades of Medium Violet Red #B31399

Tints of Medium Violet Red #B31399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.41%

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 51%
G = 5.41%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B31399 (or 0xB31399) is known color: Medium Violet Red. HEX triplet: B3, 13 and 99. RGB value is (179,19,153). Sum of RGB (Red+Green+Blue) = 179+19+153=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B31399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31399 is #4CEC66. Grayscale: #515151. Windows color (decimal): -5041255 or 10032051. OLE color: 10032051.

HSL color Cylindrical-coordinate representation of color #B31399: hue angle of 309.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31399 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 19 153 -
CMYK 0 0.89 0.15 0.30
HSL 309.75º 0.81% 0.39% -
HSV(B) 309.75º 0.89% 0.7% -
XYZ 24.57 12.35 31.23 -
YUV 82.12 168.01 197.1 -
System Red Green Blue C M Y K H S L
Decimal 179 19 153 0 0.89 0.15 0.30 309.75 0.81 0.39
Hex B3 13 99 0 59 F 1E 136 51 27
Octal 263 23 231 0 131 17 36 466 121 47
Binary 10110011 10011 10011001 0 1011001 1111 11110 100110110 1010001 100111

Color Harmonies of #B31399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31399

Black with #B31399

Text Example


Text Example

White with #B31399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31399; }

 p { color: rgb(179,19,153); }

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

background-color css

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

 a { background-color: rgb(179,19,153); }

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

border-color css

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

 span { border-color: rgb(179,19,153); }

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