Html Css Color HEX #B31B8B Medium Violet Red

📋 copy color: '#B31B8B'

red 179 ◦ green 27 ◦ blue 139

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

Shades of Medium Violet Red #B31B8B

Tints of Medium Violet Red #B31B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 51.88%
G = 7.83%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B31B8B (or 0xB31B8B) is known color: Medium Violet Red. HEX triplet: B3, 1B and 8B. RGB value is (179,27,139). Sum of RGB (Red+Green+Blue) = 179+27+139=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31B8B is #4CE474. Grayscale: #545454. Windows color (decimal): -5039221 or 9116595. OLE color: 9116595.

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

Color convert

RGB 179 27 139 -
CMYK 0 0.85 0.22 0.30
HSL 315.79º 0.74% 0.4% -
HSV(B) 315.79º 0.85% 0.7% -
XYZ 23.64 12.23 25.54 -
YUV 85.22 158.36 194.89 -
System Red Green Blue C M Y K H S L
Decimal 179 27 139 0 0.85 0.22 0.30 315.79 0.74 0.4
Hex B3 1B 8B 0 55 16 1E 13C 4A 28
Octal 263 33 213 0 125 26 36 474 112 50
Binary 10110011 11011 10001011 0 1010101 10110 11110 100111100 1001010 101000

Color Harmonies of #B31B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B8B

Black with #B31B8B

Text Example


Text Example

White with #B31B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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