Html Css Color HEX #B2129C Medium Violet Red

📋 copy color: '#B2129C'

red 178 ◦ green 18 ◦ blue 156

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

Shades of Medium Violet Red #B2129C

Tints of Medium Violet Red #B2129C

RGB

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

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

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

R = 50.57%
G = 5.11%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2129C (or 0xB2129C) is known color: Medium Violet Red. HEX triplet: B2, 12 and 9C. RGB value is (178,18,156). Sum of RGB (Red+Green+Blue) = 178+18+156=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2129C is #4DED63. Grayscale: #515151. Windows color (decimal): -5107044 or 10228402. OLE color: 10228402.

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

Color convert

RGB 178 18 156 -
CMYK 0 0.90 0.12 0.30
HSL 308.25º 0.82% 0.38% -
HSV(B) 308.25º 0.9% 0.7% -
XYZ 24.58 12.3 32.53 -
YUV 81.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 178 18 156 0 0.90 0.12 0.30 308.25 0.82 0.38
Hex B2 12 9C 0 5A C 1E 134 52 26
Octal 262 22 234 0 132 14 36 464 122 46
Binary 10110010 10010 10011100 0 1011010 1100 11110 100110100 1010010 100110

Color Harmonies of #B2129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2129C

Black with #B2129C

Text Example


Text Example

White with #B2129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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