Html Css Color HEX #B31B9A Medium Violet Red

📋 copy color: '#B31B9A'

red 179 ◦ green 27 ◦ blue 154

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

Shades of Medium Violet Red #B31B9A

Tints of Medium Violet Red #B31B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.78%

R = 49.72%
G = 7.5%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B31B9A (or 0xB31B9A) is known color: Medium Violet Red. HEX triplet: B3, 1B and 9A. RGB value is (179,27,154). Sum of RGB (Red+Green+Blue) = 179+27+154=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31B9A is #4CE465. Grayscale: #565656. Windows color (decimal): -5039206 or 10099635. OLE color: 10099635.

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

Color convert

RGB 179 27 154 -
CMYK 0 0.85 0.14 0.30
HSL 309.87º 0.74% 0.4% -
HSV(B) 309.87º 0.85% 0.7% -
XYZ 24.82 12.7 31.72 -
YUV 86.93 165.86 193.67 -
System Red Green Blue C M Y K H S L
Decimal 179 27 154 0 0.85 0.14 0.30 309.87 0.74 0.4
Hex B3 1B 9A 0 55 E 1E 136 4A 28
Octal 263 33 232 0 125 16 36 466 112 50
Binary 10110011 11011 10011010 0 1010101 1110 11110 100110110 1001010 101000

Color Harmonies of #B31B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B9A

Black with #B31B9A

Text Example


Text Example

White with #B31B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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