Html Css Color HEX #B3157C Medium Violet Red

📋 copy color: '#B3157C'

red 179 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #B3157C

Tints of Medium Violet Red #B3157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.27%

R = 55.25%
G = 6.48%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3157C (or 0xB3157C) is known color: Medium Violet Red. HEX triplet: B3, 15 and 7C. RGB value is (179,21,124). Sum of RGB (Red+Green+Blue) = 179+21+124=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3157C is #4CEA83. Grayscale: #4F4F4F. Windows color (decimal): -5040772 or 8132019. OLE color: 8132019.

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

Color convert

RGB 179 21 124 -
CMYK 0 0.88 0.31 0.30
HSL 320.89º 0.79% 0.39% -
HSV(B) 320.89º 0.88% 0.7% -
XYZ 22.5 11.58 20.12 -
YUV 79.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 179 21 124 0 0.88 0.31 0.30 320.89 0.79 0.39
Hex B3 15 7C 0 58 1F 1E 141 4F 27
Octal 263 25 174 0 130 37 36 501 117 47
Binary 10110011 10101 1111100 0 1011000 11111 11110 101000001 1001111 100111

Color Harmonies of #B3157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3157C

Black with #B3157C

Text Example


Text Example

White with #B3157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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