Html Css Color HEX #B5129D Medium Violet Red

📋 copy color: '#B5129D'

red 181 ◦ green 18 ◦ blue 157

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

Shades of Medium Violet Red #B5129D

Tints of Medium Violet Red #B5129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 50.84%
G = 5.06%
B = 44.1%

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

#B5129D (or 0xB5129D) is known color: Medium Violet Red. HEX triplet: B5, 12 and 9D. RGB value is (181,18,157). Sum of RGB (Red+Green+Blue) = 181+18+157=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5129D is #4AED62. Grayscale: #525252. Windows color (decimal): -4910435 or 10293941. OLE color: 10293941.

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

Color convert

RGB 181 18 157 -
CMYK 0 0.90 0.13 0.29
HSL 308.83º 0.82% 0.39% -
HSV(B) 308.83º 0.9% 0.71% -
XYZ 25.36 12.69 33.01 -
YUV 82.58 170 198.2 -
System Red Green Blue C M Y K H S L
Decimal 181 18 157 0 0.90 0.13 0.29 308.83 0.82 0.39
Hex B5 12 9D 0 5A D 1D 135 52 27
Octal 265 22 235 0 132 15 35 465 122 47
Binary 10110101 10010 10011101 0 1011010 1101 11101 100110101 1010010 100111

Color Harmonies of #B5129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5129D

Black with #B5129D

Text Example


Text Example

White with #B5129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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