Html Css Color HEX #B2149F Medium Violet Red

📋 copy color: '#B2149F'

red 178 ◦ green 20 ◦ blue 159

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

Shades of Medium Violet Red #B2149F

Tints of Medium Violet Red #B2149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.54%

R = 49.86%
G = 5.6%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2149F (or 0xB2149F) is known color: Medium Violet Red. HEX triplet: B2, 14 and 9F. RGB value is (178,20,159). Sum of RGB (Red+Green+Blue) = 178+20+159=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2149F is #4DEB60. Grayscale: #525252. Windows color (decimal): -5106529 or 10425522. OLE color: 10425522.

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

Color convert

RGB 178 20 159 -
CMYK 0 0.89 0.11 0.30
HSL 307.22º 0.8% 0.39% -
HSV(B) 307.22º 0.89% 0.7% -
XYZ 24.87 12.47 33.9 -
YUV 83.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 178 20 159 0 0.89 0.11 0.30 307.22 0.8 0.39
Hex B2 14 9F 0 59 B 1E 133 50 27
Octal 262 24 237 0 131 13 36 463 120 47
Binary 10110010 10100 10011111 0 1011001 1011 11110 100110011 1010000 100111

Color Harmonies of #B2149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2149F

Black with #B2149F

Text Example


Text Example

White with #B2149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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