Html Css Color HEX #B31C9A Medium Violet Red

📋 copy color: '#B31C9A'

red 179 ◦ green 28 ◦ blue 154

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

Shades of Medium Violet Red #B31C9A

Tints of Medium Violet Red #B31C9A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.76%

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

R = 49.58%
G = 7.76%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B31C9A (or 0xB31C9A) is known color: Medium Violet Red. HEX triplet: B3, 1C and 9A. RGB value is (179,28,154). Sum of RGB (Red+Green+Blue) = 179+28+154=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C9A is #4CE365. Grayscale: #575757. Windows color (decimal): -5038950 or 10099891. OLE color: 10099891.

HSL color Cylindrical-coordinate representation of color #B31C9A: hue angle of 309.93º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C9A is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 28 154 -
CMYK 0 0.84 0.14 0.30
HSL 309.93º 0.73% 0.41% -
HSV(B) 309.93º 0.84% 0.7% -
XYZ 24.84 12.75 31.72 -
YUV 87.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 179 28 154 0 0.84 0.14 0.30 309.93 0.73 0.41
Hex B3 1C 9A 0 54 E 1E 136 49 29
Octal 263 34 232 0 124 16 36 466 111 51
Binary 10110011 11100 10011010 0 1010100 1110 11110 100110110 1001001 101001

Color Harmonies of #B31C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C9A

Black with #B31C9A

Text Example


Text Example

White with #B31C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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