Html Css Color HEX #B31CA0 Medium Violet Red

📋 copy color: '#B31CA0'

red 179 ◦ green 28 ◦ blue 160

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

Shades of Medium Violet Red #B31CA0

Tints of Medium Violet Red #B31CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.6%

R = 48.77%
G = 7.63%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B31CA0 (or 0xB31CA0) is known color: Medium Violet Red. HEX triplet: B3, 1C and A0. RGB value is (179,28,160). Sum of RGB (Red+Green+Blue) = 179+28+160=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B31CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31CA0 is #4CE35F. Grayscale: #575757. Windows color (decimal): -5038944 or 10493107. OLE color: 10493107.

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

Color convert

RGB 179 28 160 -
CMYK 0 0.84 0.11 0.30
HSL 307.55º 0.73% 0.41% -
HSV(B) 307.55º 0.84% 0.7% -
XYZ 25.35 12.95 34.42 -
YUV 88.2 168.53 192.77 -
System Red Green Blue C M Y K H S L
Decimal 179 28 160 0 0.84 0.11 0.30 307.55 0.73 0.41
Hex B3 1C A0 0 54 B 1E 134 49 29
Octal 263 34 240 0 124 13 36 464 111 51
Binary 10110011 11100 10100000 0 1010100 1011 11110 100110100 1001001 101001

Color Harmonies of #B31CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CA0

Black with #B31CA0

Text Example


Text Example

White with #B31CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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