Html Css Color HEX #B31A8F Medium Violet Red

📋 copy color: '#B31A8F'

red 179 ◦ green 26 ◦ blue 143

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

Shades of Medium Violet Red #B31A8F

Tints of Medium Violet Red #B31A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 51.44%
G = 7.47%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B31A8F (or 0xB31A8F) is known color: Medium Violet Red. HEX triplet: B3, 1A and 8F. RGB value is (179,26,143). Sum of RGB (Red+Green+Blue) = 179+26+143=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31A8F is #4CE570. Grayscale: #545454. Windows color (decimal): -5039473 or 9378483. OLE color: 9378483.

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

Color convert

RGB 179 26 143 -
CMYK 0 0.85 0.20 0.30
HSL 314.12º 0.75% 0.4% -
HSV(B) 314.12º 0.85% 0.7% -
XYZ 23.92 12.31 27.1 -
YUV 85.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 179 26 143 0 0.85 0.20 0.30 314.12 0.75 0.4
Hex B3 1A 8F 0 55 14 1E 13A 4B 28
Octal 263 32 217 0 125 24 36 472 113 50
Binary 10110011 11010 10001111 0 1010101 10100 11110 100111010 1001011 101000

Color Harmonies of #B31A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A8F

Black with #B31A8F

Text Example


Text Example

White with #B31A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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