Html Css Color HEX #B3129A Medium Violet Red

📋 copy color: '#B3129A'

red 179 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #B3129A

Tints of Medium Violet Red #B3129A

RGB

 RED value IS 179 (70.31% from 255) = 51%

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

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

R = 51%
G = 5.13%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B3129A (or 0xB3129A) is known color: Medium Violet Red. HEX triplet: B3, 12 and 9A. RGB value is (179,18,154). Sum of RGB (Red+Green+Blue) = 179+18+154=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3129A is #4CED65. Grayscale: #515151. Windows color (decimal): -5041510 or 10097331. OLE color: 10097331.

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

Color convert

RGB 179 18 154 -
CMYK 0 0.90 0.14 0.30
HSL 309.32º 0.82% 0.39% -
HSV(B) 309.32º 0.9% 0.7% -
XYZ 24.64 12.35 31.66 -
YUV 81.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 179 18 154 0 0.90 0.14 0.30 309.32 0.82 0.39
Hex B3 12 9A 0 5A E 1E 135 52 27
Octal 263 22 232 0 132 16 36 465 122 47
Binary 10110011 10010 10011010 0 1011010 1110 11110 100110101 1010010 100111

Color Harmonies of #B3129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3129A

Black with #B3129A

Text Example


Text Example

White with #B3129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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