Html Css Color HEX #B31C8D Medium Violet Red

📋 copy color: '#B31C8D'

red 179 ◦ green 28 ◦ blue 141

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

Shades of Medium Violet Red #B31C8D

Tints of Medium Violet Red #B31C8D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.05%

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 51.44%
G = 8.05%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B31C8D (or 0xB31C8D) is known color: Medium Violet Red. HEX triplet: B3, 1C and 8D. RGB value is (179,28,141). Sum of RGB (Red+Green+Blue) = 179+28+141=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C8D is #4CE372. Grayscale: #555555. Windows color (decimal): -5038963 or 9247923. OLE color: 9247923.

HSL color Cylindrical-coordinate representation of color #B31C8D: hue angle of 315.1º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C8D is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 28 141 -
CMYK 0 0.84 0.21 0.30
HSL 315.1º 0.73% 0.41% -
HSV(B) 315.1º 0.84% 0.7% -
XYZ 23.81 12.34 26.33 -
YUV 86.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 179 28 141 0 0.84 0.21 0.30 315.1 0.73 0.41
Hex B3 1C 8D 0 54 15 1E 13B 49 29
Octal 263 34 215 0 124 25 36 473 111 51
Binary 10110011 11100 10001101 0 1010100 10101 11110 100111011 1001001 101001

Color Harmonies of #B31C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C8D

Black with #B31C8D

Text Example


Text Example

White with #B31C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C8D; }

 p { color: rgb(179,28,141); }

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

background-color css

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

 a { background-color: rgb(179,28,141); }

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

border-color css

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

 span { border-color: rgb(179,28,141); }

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