Html Css Color HEX #B31F98 Medium Violet Red

📋 copy color: '#B31F98'

red 179 ◦ green 31 ◦ blue 152

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

Shades of Medium Violet Red #B31F98

Tints of Medium Violet Red #B31F98

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.56%

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

R = 49.45%
G = 8.56%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B31F98 (or 0xB31F98) is known color: Medium Violet Red. HEX triplet: B3, 1F and 98. RGB value is (179,31,152). Sum of RGB (Red+Green+Blue) = 179+31+152=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31F98 is #4CE067. Grayscale: #585858. Windows color (decimal): -5038184 or 9969587. OLE color: 9969587.

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

Color convert

RGB 179 31 152 -
CMYK 0 0.83 0.15 0.30
HSL 310.95º 0.7% 0.41% -
HSV(B) 310.95º 0.83% 0.7% -
XYZ 24.75 12.83 30.88 -
YUV 89.05 163.53 192.16 -
System Red Green Blue C M Y K H S L
Decimal 179 31 152 0 0.83 0.15 0.30 310.95 0.7 0.41
Hex B3 1F 98 0 53 F 1E 137 46 29
Octal 263 37 230 0 123 17 36 467 106 51
Binary 10110011 11111 10011000 0 1010011 1111 11110 100110111 1000110 101001

Color Harmonies of #B31F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F98

Black with #B31F98

Text Example


Text Example

White with #B31F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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