Html Css Color HEX #B31B9F Medium Violet Red

📋 copy color: '#B31B9F'

red 179 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #B31B9F

Tints of Medium Violet Red #B31B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.4%

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 49.04%
G = 7.4%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B31B9F (or 0xB31B9F) is known color: Medium Violet Red. HEX triplet: B3, 1B and 9F. RGB value is (179,27,159). Sum of RGB (Red+Green+Blue) = 179+27+159=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31B9F is #4CE460. Grayscale: #575757. Windows color (decimal): -5039201 or 10427315. OLE color: 10427315.

HSL color Cylindrical-coordinate representation of color #B31B9F: hue angle of 307.89º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31B9F is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 27 159 -
CMYK 0 0.85 0.11 0.30
HSL 307.89º 0.74% 0.4% -
HSV(B) 307.89º 0.85% 0.7% -
XYZ 25.24 12.87 33.95 -
YUV 87.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 179 27 159 0 0.85 0.11 0.30 307.89 0.74 0.4
Hex B3 1B 9F 0 55 B 1E 134 4A 28
Octal 263 33 237 0 125 13 36 464 112 50
Binary 10110011 11011 10011111 0 1010101 1011 11110 100110100 1001010 101000

Color Harmonies of #B31B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B9F

Black with #B31B9F

Text Example


Text Example

White with #B31B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B9F; }

 p { color: rgb(179,27,159); }

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

background-color css

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

 a { background-color: rgb(179,27,159); }

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

border-color css

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

 span { border-color: rgb(179,27,159); }

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