Html Css Color HEX #B31BA2 Medium Violet Red

📋 copy color: '#B31BA2'

red 179 ◦ green 27 ◦ blue 162

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

Shades of Medium Violet Red #B31BA2

Tints of Medium Violet Red #B31BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.02%

R = 48.64%
G = 7.34%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B31BA2 (or 0xB31BA2) is known color: Medium Violet Red. HEX triplet: B3, 1B and A2. RGB value is (179,27,162). Sum of RGB (Red+Green+Blue) = 179+27+162=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B31BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31BA2 is #4CE45D. Grayscale: #575757. Windows color (decimal): -5039198 or 10623923. OLE color: 10623923.

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

Color convert

RGB 179 27 162 -
CMYK 0 0.85 0.09 0.30
HSL 306.71º 0.74% 0.4% -
HSV(B) 306.71º 0.85% 0.7% -
XYZ 25.5 12.98 35.34 -
YUV 87.84 169.86 193.02 -
System Red Green Blue C M Y K H S L
Decimal 179 27 162 0 0.85 0.09 0.30 306.71 0.74 0.4
Hex B3 1B A2 0 55 9 1E 133 4A 28
Octal 263 33 242 0 125 11 36 463 112 50
Binary 10110011 11011 10100010 0 1010101 1001 11110 100110011 1001010 101000

Color Harmonies of #B31BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BA2

Black with #B31BA2

Text Example


Text Example

White with #B31BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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