Html Css Color HEX #B31185 Medium Violet Red

📋 copy color: '#B31185'

red 179 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #B31185

Tints of Medium Violet Red #B31185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.17%

 BLUE value IS 133 (52.34% from 255) = 40.43%

R = 54.41%
G = 5.17%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B31185 (or 0xB31185) is known color: Medium Violet Red. HEX triplet: B3, 11 and 85. RGB value is (179,17,133). Sum of RGB (Red+Green+Blue) = 179+17+133=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B31185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31185 is #4CEE7A. Grayscale: #4E4E4E. Windows color (decimal): -5041787 or 8720819. OLE color: 8720819.

HSL color Cylindrical-coordinate representation of color #B31185: hue angle of 317.04º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31185 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 17 133 -
CMYK 0 0.91 0.26 0.30
HSL 317.04º 0.83% 0.38% -
HSV(B) 317.04º 0.91% 0.7% -
XYZ 23.02 11.68 23.23 -
YUV 78.66 158.67 199.57 -
System Red Green Blue C M Y K H S L
Decimal 179 17 133 0 0.91 0.26 0.30 317.04 0.83 0.38
Hex B3 11 85 0 5B 1A 1E 13D 53 26
Octal 263 21 205 0 133 32 36 475 123 46
Binary 10110011 10001 10000101 0 1011011 11010 11110 100111101 1010011 100110

Color Harmonies of #B31185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31185

Black with #B31185

Text Example


Text Example

White with #B31185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31185; }

 p { color: rgb(179,17,133); }

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

background-color css

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

 a { background-color: rgb(179,17,133); }

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

border-color css

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

 span { border-color: rgb(179,17,133); }

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