Html Css Color HEX #B5128D Medium Violet Red

📋 copy color: '#B5128D'

red 181 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #B5128D

Tints of Medium Violet Red #B5128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 53.24%
G = 5.29%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5128D (or 0xB5128D) is known color: Medium Violet Red. HEX triplet: B5, 12 and 8D. RGB value is (181,18,141). Sum of RGB (Red+Green+Blue) = 181+18+141=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5128D is #4AED72. Grayscale: #505050. Windows color (decimal): -4910451 or 9245365. OLE color: 9245365.

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

Color convert

RGB 181 18 141 -
CMYK 0 0.90 0.22 0.29
HSL 314.72º 0.82% 0.39% -
HSV(B) 314.72º 0.9% 0.71% -
XYZ 24.08 12.18 26.28 -
YUV 80.76 162 199.5 -
System Red Green Blue C M Y K H S L
Decimal 181 18 141 0 0.90 0.22 0.29 314.72 0.82 0.39
Hex B5 12 8D 0 5A 16 1D 13B 52 27
Octal 265 22 215 0 132 26 35 473 122 47
Binary 10110101 10010 10001101 0 1011010 10110 11101 100111011 1010010 100111

Color Harmonies of #B5128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5128D

Black with #B5128D

Text Example


Text Example

White with #B5128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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