Html Css Color HEX #B31A7A Medium Violet Red

📋 copy color: '#B31A7A'

red 179 ◦ green 26 ◦ blue 122

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

Shades of Medium Violet Red #B31A7A

Tints of Medium Violet Red #B31A7A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.95%

 BLUE value IS 122 (48.05% from 255) = 37.31%

R = 54.74%
G = 7.95%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B31A7A (or 0xB31A7A) is known color: Medium Violet Red. HEX triplet: B3, 1A and 7A. RGB value is (179,26,122). Sum of RGB (Red+Green+Blue) = 179+26+122=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A7A is #4CE585. Grayscale: #525252. Windows color (decimal): -5039494 or 8002227. OLE color: 8002227.

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

Color convert

RGB 179 26 122 -
CMYK 0 0.85 0.32 0.30
HSL 322.35º 0.75% 0.4% -
HSV(B) 322.35º 0.85% 0.7% -
XYZ 22.47 11.73 19.49 -
YUV 82.69 150.19 196.69 -
System Red Green Blue C M Y K H S L
Decimal 179 26 122 0 0.85 0.32 0.30 322.35 0.75 0.4
Hex B3 1A 7A 0 55 20 1E 142 4B 28
Octal 263 32 172 0 125 40 36 502 113 50
Binary 10110011 11010 1111010 0 1010101 100000 11110 101000010 1001011 101000

Color Harmonies of #B31A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A7A

Black with #B31A7A

Text Example


Text Example

White with #B31A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A7A; }

 p { color: rgb(179,26,122); }

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

background-color css

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

 a { background-color: rgb(179,26,122); }

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

border-color css

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

 span { border-color: rgb(179,26,122); }

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