Html Css Color HEX #B31485 Medium Violet Red

📋 copy color: '#B31485'

red 179 ◦ green 20 ◦ blue 133

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

Shades of Medium Violet Red #B31485

Tints of Medium Violet Red #B31485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.02%

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

R = 53.92%
G = 6.02%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B31485 (or 0xB31485) is known color: Medium Violet Red. HEX triplet: B3, 14 and 85. RGB value is (179,20,133). Sum of RGB (Red+Green+Blue) = 179+20+133=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B31485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31485 is #4CEB7A. Grayscale: #505050. Windows color (decimal): -5041019 or 8721587. OLE color: 8721587.

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

Color convert

RGB 179 20 133 -
CMYK 0 0.89 0.26 0.30
HSL 317.36º 0.8% 0.39% -
HSV(B) 317.36º 0.89% 0.7% -
XYZ 23.07 11.78 23.25 -
YUV 80.42 157.68 198.31 -
System Red Green Blue C M Y K H S L
Decimal 179 20 133 0 0.89 0.26 0.30 317.36 0.8 0.39
Hex B3 14 85 0 59 1A 1E 13D 50 27
Octal 263 24 205 0 131 32 36 475 120 47
Binary 10110011 10100 10000101 0 1011001 11010 11110 100111101 1010000 100111

Color Harmonies of #B31485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31485

Black with #B31485

Text Example


Text Example

White with #B31485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31485; }

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

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

background-color css

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

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

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

border-color css

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

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

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