Html Css Color HEX #B31BA9 Medium Violet Red

📋 copy color: '#B31BA9'

red 179 ◦ green 27 ◦ blue 169

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

Shades of Medium Violet Red #B31BA9

Tints of Medium Violet Red #B31BA9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

 BLUE value IS 169 (66.41% from 255) = 45.07%

R = 47.73%
G = 7.2%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B31BA9 (or 0xB31BA9) is known color: Medium Violet Red. HEX triplet: B3, 1B and A9. RGB value is (179,27,169). Sum of RGB (Red+Green+Blue) = 179+27+169=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B31BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31BA9 is #4CE456. Grayscale: #585858. Windows color (decimal): -5039191 or 11082675. OLE color: 11082675.

HSL color Cylindrical-coordinate representation of color #B31BA9: hue angle of 303.95º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31BA9 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 27 169 -
CMYK 0 0.85 0.06 0.30
HSL 303.95º 0.74% 0.4% -
HSV(B) 303.95º 0.85% 0.7% -
XYZ 26.14 13.23 38.71 -
YUV 88.64 173.36 192.45 -
System Red Green Blue C M Y K H S L
Decimal 179 27 169 0 0.85 0.06 0.30 303.95 0.74 0.4
Hex B3 1B A9 0 55 6 1E 130 4A 28
Octal 263 33 251 0 125 6 36 460 112 50
Binary 10110011 11011 10101001 0 1010101 110 11110 100110000 1001010 101000

Color Harmonies of #B31BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BA9

Black with #B31BA9

Text Example


Text Example

White with #B31BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BA9; }

 p { color: rgb(179,27,169); }

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

background-color css

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

 a { background-color: rgb(179,27,169); }

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

border-color css

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

 span { border-color: rgb(179,27,169); }

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