Html Css Color HEX #B2159C Medium Violet Red

📋 copy color: '#B2159C'

red 178 ◦ green 21 ◦ blue 156

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

Shades of Medium Violet Red #B2159C

Tints of Medium Violet Red #B2159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 50.14%
G = 5.92%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2159C (or 0xB2159C) is known color: Medium Violet Red. HEX triplet: B2, 15 and 9C. RGB value is (178,21,156). Sum of RGB (Red+Green+Blue) = 178+21+156=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2159C is #4DEA63. Grayscale: #525252. Windows color (decimal): -5106276 or 10229170. OLE color: 10229170.

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

Color convert

RGB 178 21 156 -
CMYK 0 0.88 0.12 0.30
HSL 308.41º 0.79% 0.39% -
HSV(B) 308.41º 0.88% 0.7% -
XYZ 24.63 12.4 32.55 -
YUV 83.33 169.01 195.52 -
System Red Green Blue C M Y K H S L
Decimal 178 21 156 0 0.88 0.12 0.30 308.41 0.79 0.39
Hex B2 15 9C 0 58 C 1E 134 4F 27
Octal 262 25 234 0 130 14 36 464 117 47
Binary 10110010 10101 10011100 0 1011000 1100 11110 100110100 1001111 100111

Color Harmonies of #B2159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2159C

Black with #B2159C

Text Example


Text Example

White with #B2159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2159C; }

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

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

background-color css

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

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

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

border-color css

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

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

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