Html Css Color HEX #B31398 Medium Violet Red

📋 copy color: '#B31398'

red 179 ◦ green 19 ◦ blue 152

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

Shades of Medium Violet Red #B31398

Tints of Medium Violet Red #B31398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 51.14%
G = 5.43%
B = 43.43%

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

#B31398 (or 0xB31398) is known color: Medium Violet Red. HEX triplet: B3, 13 and 98. RGB value is (179,19,152). Sum of RGB (Red+Green+Blue) = 179+19+152=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B31398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31398 is #4CEC67. Grayscale: #515151. Windows color (decimal): -5041256 or 9966515. OLE color: 9966515.

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

Color convert

RGB 179 19 152 -
CMYK 0 0.89 0.15 0.30
HSL 310.13º 0.81% 0.39% -
HSV(B) 310.13º 0.89% 0.7% -
XYZ 24.49 12.32 30.79 -
YUV 82 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 179 19 152 0 0.89 0.15 0.30 310.13 0.81 0.39
Hex B3 13 98 0 59 F 1E 136 51 27
Octal 263 23 230 0 131 17 36 466 121 47
Binary 10110011 10011 10011000 0 1011001 1111 11110 100110110 1010001 100111

Color Harmonies of #B31398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31398

Black with #B31398

Text Example


Text Example

White with #B31398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31398; }

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

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

background-color css

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

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

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

border-color css

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

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

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