Html Css Color HEX #B2149D Medium Violet Red

📋 copy color: '#B2149D'

red 178 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #B2149D

Tints of Medium Violet Red #B2149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

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

R = 50.14%
G = 5.63%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2149D (or 0xB2149D) is known color: Medium Violet Red. HEX triplet: B2, 14 and 9D. RGB value is (178,20,157). Sum of RGB (Red+Green+Blue) = 178+20+157=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2149D is #4DEB62. Grayscale: #525252. Windows color (decimal): -5106531 or 10294450. OLE color: 10294450.

HSL color Cylindrical-coordinate representation of color #B2149D: hue angle of 307.97º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2149D is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 20 157 -
CMYK 0 0.89 0.12 0.30
HSL 307.97º 0.8% 0.39% -
HSV(B) 307.97º 0.89% 0.7% -
XYZ 24.7 12.4 32.99 -
YUV 82.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 178 20 157 0 0.89 0.12 0.30 307.97 0.8 0.39
Hex B2 14 9D 0 59 C 1E 134 50 27
Octal 262 24 235 0 131 14 36 464 120 47
Binary 10110010 10100 10011101 0 1011001 1100 11110 100110100 1010000 100111

Color Harmonies of #B2149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2149D

Black with #B2149D

Text Example


Text Example

White with #B2149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2149D; }

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

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

background-color css

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

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

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

border-color css

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

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

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