Html Css Color HEX #B2159A Medium Violet Red

📋 copy color: '#B2159A'

red 178 ◦ green 21 ◦ blue 154

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

Shades of Medium Violet Red #B2159A

Tints of Medium Violet Red #B2159A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.63%

R = 50.42%
G = 5.95%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2159A (or 0xB2159A) is known color: Medium Violet Red. HEX triplet: B2, 15 and 9A. RGB value is (178,21,154). Sum of RGB (Red+Green+Blue) = 178+21+154=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2159A is #4DEA65. Grayscale: #525252. Windows color (decimal): -5106278 or 10098098. OLE color: 10098098.

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

Color convert

RGB 178 21 154 -
CMYK 0 0.88 0.13 0.30
HSL 309.17º 0.79% 0.39% -
HSV(B) 309.17º 0.88% 0.7% -
XYZ 24.46 12.33 31.66 -
YUV 83.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 178 21 154 0 0.88 0.13 0.30 309.17 0.79 0.39
Hex B2 15 9A 0 58 D 1E 135 4F 27
Octal 262 25 232 0 130 15 36 465 117 47
Binary 10110010 10101 10011010 0 1011000 1101 11110 100110101 1001111 100111

Color Harmonies of #B2159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2159A

Black with #B2159A

Text Example


Text Example

White with #B2159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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