Html Css Color HEX #B31589 Medium Violet Red

📋 copy color: '#B31589'

red 179 ◦ green 21 ◦ blue 137

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

Shades of Medium Violet Red #B31589

Tints of Medium Violet Red #B31589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.23%

 BLUE value IS 137 (53.91% from 255) = 40.65%

R = 53.12%
G = 6.23%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B31589 (or 0xB31589) is known color: Medium Violet Red. HEX triplet: B3, 15 and 89. RGB value is (179,21,137). Sum of RGB (Red+Green+Blue) = 179+21+137=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B31589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31589 is #4CEA76. Grayscale: #515151. Windows color (decimal): -5040759 or 8983987. OLE color: 8983987.

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

Color convert

RGB 179 21 137 -
CMYK 0 0.88 0.23 0.30
HSL 315.95º 0.79% 0.39% -
HSV(B) 315.95º 0.88% 0.7% -
XYZ 23.37 11.93 24.74 -
YUV 81.47 159.35 197.57 -
System Red Green Blue C M Y K H S L
Decimal 179 21 137 0 0.88 0.23 0.30 315.95 0.79 0.39
Hex B3 15 89 0 58 17 1E 13C 4F 27
Octal 263 25 211 0 130 27 36 474 117 47
Binary 10110011 10101 10001001 0 1011000 10111 11110 100111100 1001111 100111

Color Harmonies of #B31589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31589

Black with #B31589

Text Example


Text Example

White with #B31589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31589; }

 p { color: rgb(179,21,137); }

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

background-color css

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

 a { background-color: rgb(179,21,137); }

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

border-color css

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

 span { border-color: rgb(179,21,137); }

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