Html Css Color HEX #B2129F Medium Violet Red

📋 copy color: '#B2129F'

red 178 ◦ green 18 ◦ blue 159

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

Shades of Medium Violet Red #B2129F

Tints of Medium Violet Red #B2129F

RGB

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

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

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

R = 50.14%
G = 5.07%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2129F (or 0xB2129F) is known color: Medium Violet Red. HEX triplet: B2, 12 and 9F. RGB value is (178,18,159). Sum of RGB (Red+Green+Blue) = 178+18+159=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2129F is #4DED60. Grayscale: #515151. Windows color (decimal): -5107041 or 10425010. OLE color: 10425010.

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

Color convert

RGB 178 18 159 -
CMYK 0 0.90 0.11 0.30
HSL 307.13º 0.82% 0.38% -
HSV(B) 307.13º 0.9% 0.7% -
XYZ 24.83 12.4 33.89 -
YUV 81.91 171.51 196.54 -
System Red Green Blue C M Y K H S L
Decimal 178 18 159 0 0.90 0.11 0.30 307.13 0.82 0.38
Hex B2 12 9F 0 5A B 1E 133 52 26
Octal 262 22 237 0 132 13 36 463 122 46
Binary 10110010 10010 10011111 0 1011010 1011 11110 100110011 1010010 100110

Color Harmonies of #B2129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2129F

Black with #B2129F

Text Example


Text Example

White with #B2129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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