Html Css Color HEX #B2129A Medium Violet Red

📋 copy color: '#B2129A'

red 178 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #B2129A

Tints of Medium Violet Red #B2129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

 BLUE value IS 154 (60.55% from 255) = 44%

R = 50.86%
G = 5.14%
B = 44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2129A (or 0xB2129A) is known color: Medium Violet Red. HEX triplet: B2, 12 and 9A. RGB value is (178,18,154). Sum of RGB (Red+Green+Blue) = 178+18+154=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2129A is #4DED65. Grayscale: #505050. Windows color (decimal): -5107046 or 10097330. OLE color: 10097330.

HSL color Cylindrical-coordinate representation of color #B2129A: hue angle of 309º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2129A is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 154 -
CMYK 0 0.90 0.13 0.30
HSL 309º 0.82% 0.38% -
HSV(B) 309º 0.9% 0.7% -
XYZ 24.41 12.23 31.65 -
YUV 81.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 178 18 154 0 0.90 0.13 0.30 309 0.82 0.38
Hex B2 12 9A 0 5A D 1E 135 52 26
Octal 262 22 232 0 132 15 36 465 122 46
Binary 10110010 10010 10011010 0 1011010 1101 11110 100110101 1010010 100110

Color Harmonies of #B2129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2129A

Black with #B2129A

Text Example


Text Example

White with #B2129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2129A; }

 p { color: rgb(178,18,154); }

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

background-color css

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

 a { background-color: rgb(178,18,154); }

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

border-color css

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

 span { border-color: rgb(178,18,154); }

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