Html Css Color HEX #B2159D Medium Violet Red

📋 copy color: '#B2159D'

red 178 ◦ green 21 ◦ blue 157

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

Shades of Medium Violet Red #B2159D

Tints of Medium Violet Red #B2159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 50%
G = 5.9%
B = 44.1%

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

#B2159D (or 0xB2159D) is known color: Medium Violet Red. HEX triplet: B2, 15 and 9D. RGB value is (178,21,157). Sum of RGB (Red+Green+Blue) = 178+21+157=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2159D is #4DEA62. Grayscale: #535353. Windows color (decimal): -5106275 or 10294706. OLE color: 10294706.

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

Color convert

RGB 178 21 157 -
CMYK 0 0.88 0.12 0.30
HSL 308.03º 0.79% 0.39% -
HSV(B) 308.03º 0.88% 0.7% -
XYZ 24.71 12.44 33 -
YUV 83.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 178 21 157 0 0.88 0.12 0.30 308.03 0.79 0.39
Hex B2 15 9D 0 58 C 1E 134 4F 27
Octal 262 25 235 0 130 14 36 464 117 47
Binary 10110010 10101 10011101 0 1011000 1100 11110 100110100 1001111 100111

Color Harmonies of #B2159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2159D

Black with #B2159D

Text Example


Text Example

White with #B2159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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