Html Css Color HEX #B5128B Medium Violet Red

📋 copy color: '#B5128B'

red 181 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #B5128B

Tints of Medium Violet Red #B5128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 53.55%
G = 5.33%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5128B (or 0xB5128B) is known color: Medium Violet Red. HEX triplet: B5, 12 and 8B. RGB value is (181,18,139). Sum of RGB (Red+Green+Blue) = 181+18+139=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5128B is #4AED74. Grayscale: #505050. Windows color (decimal): -4910453 or 9114293. OLE color: 9114293.

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

Color convert

RGB 181 18 139 -
CMYK 0 0.90 0.23 0.29
HSL 315.46º 0.82% 0.39% -
HSV(B) 315.46º 0.9% 0.71% -
XYZ 23.93 12.12 25.5 -
YUV 80.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 181 18 139 0 0.90 0.23 0.29 315.46 0.82 0.39
Hex B5 12 8B 0 5A 17 1D 13B 52 27
Octal 265 22 213 0 132 27 35 473 122 47
Binary 10110101 10010 10001011 0 1011010 10111 11101 100111011 1010010 100111

Color Harmonies of #B5128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5128B

Black with #B5128B

Text Example


Text Example

White with #B5128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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