Html Css Color HEX #B5129B Medium Violet Red

📋 copy color: '#B5129B'

red 181 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #B5129B

Tints of Medium Violet Red #B5129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.79%

R = 51.13%
G = 5.08%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5129B (or 0xB5129B) is known color: Medium Violet Red. HEX triplet: B5, 12 and 9B. RGB value is (181,18,155). Sum of RGB (Red+Green+Blue) = 181+18+155=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5129B is #4AED64. Grayscale: #515151. Windows color (decimal): -4910437 or 10162869. OLE color: 10162869.

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

Color convert

RGB 181 18 155 -
CMYK 0 0.90 0.14 0.29
HSL 309.57º 0.82% 0.39% -
HSV(B) 309.57º 0.9% 0.71% -
XYZ 25.19 12.62 32.12 -
YUV 82.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 181 18 155 0 0.90 0.14 0.29 309.57 0.82 0.39
Hex B5 12 9B 0 5A E 1D 136 52 27
Octal 265 22 233 0 132 16 35 466 122 47
Binary 10110101 10010 10011011 0 1011010 1110 11101 100110110 1010010 100111

Color Harmonies of #B5129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5129B

Black with #B5129B

Text Example


Text Example

White with #B5129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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