Html Css Color HEX #B31A7B Medium Violet Red

📋 copy color: '#B31A7B'

red 179 ◦ green 26 ◦ blue 123

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

Shades of Medium Violet Red #B31A7B

Tints of Medium Violet Red #B31A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 54.57%
G = 7.93%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B31A7B (or 0xB31A7B) is known color: Medium Violet Red. HEX triplet: B3, 1A and 7B. RGB value is (179,26,123). Sum of RGB (Red+Green+Blue) = 179+26+123=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A7B is #4CE584. Grayscale: #525252. Windows color (decimal): -5039493 or 8067763. OLE color: 8067763.

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

Color convert

RGB 179 26 123 -
CMYK 0 0.85 0.31 0.30
HSL 321.96º 0.75% 0.4% -
HSV(B) 321.96º 0.85% 0.7% -
XYZ 22.53 11.75 19.82 -
YUV 82.81 150.69 196.61 -
System Red Green Blue C M Y K H S L
Decimal 179 26 123 0 0.85 0.31 0.30 321.96 0.75 0.4
Hex B3 1A 7B 0 55 1F 1E 142 4B 28
Octal 263 32 173 0 125 37 36 502 113 50
Binary 10110011 11010 1111011 0 1010101 11111 11110 101000010 1001011 101000

Color Harmonies of #B31A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A7B

Black with #B31A7B

Text Example


Text Example

White with #B31A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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