Html Css Color HEX #B31BA5 Medium Violet Red

📋 copy color: '#B31BA5'

red 179 ◦ green 27 ◦ blue 165

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

Shades of Medium Violet Red #B31BA5

Tints of Medium Violet Red #B31BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.47%

R = 48.25%
G = 7.28%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B31BA5 (or 0xB31BA5) is known color: Medium Violet Red. HEX triplet: B3, 1B and A5. RGB value is (179,27,165). Sum of RGB (Red+Green+Blue) = 179+27+165=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B31BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31BA5 is #4CE45A. Grayscale: #575757. Windows color (decimal): -5039195 or 10820531. OLE color: 10820531.

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

Color convert

RGB 179 27 165 -
CMYK 0 0.85 0.08 0.30
HSL 305.53º 0.74% 0.4% -
HSV(B) 305.53º 0.85% 0.7% -
XYZ 25.77 13.08 36.76 -
YUV 88.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 179 27 165 0 0.85 0.08 0.30 305.53 0.74 0.4
Hex B3 1B A5 0 55 8 1E 132 4A 28
Octal 263 33 245 0 125 10 36 462 112 50
Binary 10110011 11011 10100101 0 1010101 1000 11110 100110010 1001010 101000

Color Harmonies of #B31BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BA5

Black with #B31BA5

Text Example


Text Example

White with #B31BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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