Html Css Color HEX #B5129E Medium Violet Red

📋 copy color: '#B5129E'

red 181 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #B5129E

Tints of Medium Violet Red #B5129E

RGB

 RED value IS 181 (71.09% from 255) = 50.7%

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

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

R = 50.7%
G = 5.04%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5129E (or 0xB5129E) is known color: Medium Violet Red. HEX triplet: B5, 12 and 9E. RGB value is (181,18,158). Sum of RGB (Red+Green+Blue) = 181+18+158=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5129E is #4AED61. Grayscale: #525252. Windows color (decimal): -4910434 or 10359477. OLE color: 10359477.

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

Color convert

RGB 181 18 158 -
CMYK 0 0.90 0.13 0.29
HSL 308.47º 0.82% 0.39% -
HSV(B) 308.47º 0.9% 0.71% -
XYZ 25.44 12.72 33.46 -
YUV 82.7 170.5 198.12 -
System Red Green Blue C M Y K H S L
Decimal 181 18 158 0 0.90 0.13 0.29 308.47 0.82 0.39
Hex B5 12 9E 0 5A D 1D 134 52 27
Octal 265 22 236 0 132 15 35 464 122 47
Binary 10110101 10010 10011110 0 1011010 1101 11101 100110100 1010010 100111

Color Harmonies of #B5129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5129E

Black with #B5129E

Text Example


Text Example

White with #B5129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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