Html Css Color HEX #B3129E Medium Violet Red

📋 copy color: '#B3129E'

red 179 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #B3129E

Tints of Medium Violet Red #B3129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 50.42%
G = 5.07%
B = 44.51%

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

#B3129E (or 0xB3129E) is known color: Medium Violet Red. HEX triplet: B3, 12 and 9E. RGB value is (179,18,158). Sum of RGB (Red+Green+Blue) = 179+18+158=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3129E is #4CED61. Grayscale: #515151. Windows color (decimal): -5041506 or 10359475. OLE color: 10359475.

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

Color convert

RGB 179 18 158 -
CMYK 0 0.90 0.12 0.30
HSL 307.83º 0.82% 0.39% -
HSV(B) 307.83º 0.9% 0.7% -
XYZ 24.98 12.48 33.44 -
YUV 82.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 179 18 158 0 0.90 0.12 0.30 307.83 0.82 0.39
Hex B3 12 9E 0 5A C 1E 134 52 27
Octal 263 22 236 0 132 14 36 464 122 47
Binary 10110011 10010 10011110 0 1011010 1100 11110 100110100 1010010 100111

Color Harmonies of #B3129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3129E

Black with #B3129E

Text Example


Text Example

White with #B3129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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