Html Css Color HEX #B2159E Medium Violet Red

📋 copy color: '#B2159E'

red 178 ◦ green 21 ◦ blue 158

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

Shades of Medium Violet Red #B2159E

Tints of Medium Violet Red #B2159E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 49.86%
G = 5.88%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2159E (or 0xB2159E) is known color: Medium Violet Red. HEX triplet: B2, 15 and 9E. RGB value is (178,21,158). Sum of RGB (Red+Green+Blue) = 178+21+158=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2159E is #4DEA61. Grayscale: #535353. Windows color (decimal): -5106274 or 10360242. OLE color: 10360242.

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

Color convert

RGB 178 21 158 -
CMYK 0 0.88 0.11 0.30
HSL 307.64º 0.79% 0.39% -
HSV(B) 307.64º 0.88% 0.7% -
XYZ 24.8 12.47 33.45 -
YUV 83.56 170.01 195.36 -
System Red Green Blue C M Y K H S L
Decimal 178 21 158 0 0.88 0.11 0.30 307.64 0.79 0.39
Hex B2 15 9E 0 58 B 1E 134 4F 27
Octal 262 25 236 0 130 13 36 464 117 47
Binary 10110010 10101 10011110 0 1011000 1011 11110 100110100 1001111 100111

Color Harmonies of #B2159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2159E

Black with #B2159E

Text Example


Text Example

White with #B2159E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2159E; }

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

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

background-color css

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

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

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

border-color css

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

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

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