Html Css Color HEX #B2149C Medium Violet Red

📋 copy color: '#B2149C'

red 178 ◦ green 20 ◦ blue 156

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

Shades of Medium Violet Red #B2149C

Tints of Medium Violet Red #B2149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.07%

R = 50.28%
G = 5.65%
B = 44.07%

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

#B2149C (or 0xB2149C) is known color: Medium Violet Red. HEX triplet: B2, 14 and 9C. RGB value is (178,20,156). Sum of RGB (Red+Green+Blue) = 178+20+156=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2149C is #4DEB63. Grayscale: #525252. Windows color (decimal): -5106532 or 10228914. OLE color: 10228914.

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

Color convert

RGB 178 20 156 -
CMYK 0 0.89 0.12 0.30
HSL 308.35º 0.8% 0.39% -
HSV(B) 308.35º 0.89% 0.7% -
XYZ 24.61 12.37 32.54 -
YUV 82.75 169.35 195.94 -
System Red Green Blue C M Y K H S L
Decimal 178 20 156 0 0.89 0.12 0.30 308.35 0.8 0.39
Hex B2 14 9C 0 59 C 1E 134 50 27
Octal 262 24 234 0 131 14 36 464 120 47
Binary 10110010 10100 10011100 0 1011001 1100 11110 100110100 1010000 100111

Color Harmonies of #B2149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2149C

Black with #B2149C

Text Example


Text Example

White with #B2149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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