Html Css Color HEX #B3158C Medium Violet Red

📋 copy color: '#B3158C'

red 179 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #B3158C

Tints of Medium Violet Red #B3158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.18%

R = 52.65%
G = 6.18%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3158C (or 0xB3158C) is known color: Medium Violet Red. HEX triplet: B3, 15 and 8C. RGB value is (179,21,140). Sum of RGB (Red+Green+Blue) = 179+21+140=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3158C is #4CEA73. Grayscale: #515151. Windows color (decimal): -5040756 or 9180595. OLE color: 9180595.

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

Color convert

RGB 179 21 140 -
CMYK 0 0.88 0.22 0.30
HSL 314.81º 0.79% 0.39% -
HSV(B) 314.81º 0.88% 0.7% -
XYZ 23.59 12.01 25.89 -
YUV 81.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 179 21 140 0 0.88 0.22 0.30 314.81 0.79 0.39
Hex B3 15 8C 0 58 16 1E 13B 4F 27
Octal 263 25 214 0 130 26 36 473 117 47
Binary 10110011 10101 10001100 0 1011000 10110 11110 100111011 1001111 100111

Color Harmonies of #B3158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3158C

Black with #B3158C

Text Example


Text Example

White with #B3158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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