Html Css Color HEX #B2157C Medium Violet Red

📋 copy color: '#B2157C'

red 178 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #B2157C

Tints of Medium Violet Red #B2157C

RGB

 RED value IS 178 (69.92% from 255) = 55.11%

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

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

R = 55.11%
G = 6.5%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2157C (or 0xB2157C) is known color: Medium Violet Red. HEX triplet: B2, 15 and 7C. RGB value is (178,21,124). Sum of RGB (Red+Green+Blue) = 178+21+124=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2157C is #4DEA83. Grayscale: #4F4F4F. Windows color (decimal): -5106308 or 8132018. OLE color: 8132018.

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

Color convert

RGB 178 21 124 -
CMYK 0 0.88 0.30 0.30
HSL 320.64º 0.79% 0.39% -
HSV(B) 320.64º 0.88% 0.7% -
XYZ 22.27 11.46 20.11 -
YUV 79.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 178 21 124 0 0.88 0.30 0.30 320.64 0.79 0.39
Hex B2 15 7C 0 58 1E 1E 141 4F 27
Octal 262 25 174 0 130 36 36 501 117 47
Binary 10110010 10101 1111100 0 1011000 11110 11110 101000001 1001111 100111

Color Harmonies of #B2157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2157C

Black with #B2157C

Text Example


Text Example

White with #B2157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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