Html Css Color HEX #B5138A Medium Violet Red

📋 copy color: '#B5138A'

red 181 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #B5138A

Tints of Medium Violet Red #B5138A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 53.55%
G = 5.62%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5138A (or 0xB5138A) is known color: Medium Violet Red. HEX triplet: B5, 13 and 8A. RGB value is (181,19,138). Sum of RGB (Red+Green+Blue) = 181+19+138=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5138A is #4AEC75. Grayscale: #505050. Windows color (decimal): -4910198 or 9049013. OLE color: 9049013.

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

Color convert

RGB 181 19 138 -
CMYK 0 0.90 0.24 0.29
HSL 315.93º 0.81% 0.39% -
HSV(B) 315.93º 0.9% 0.71% -
XYZ 23.88 12.12 25.13 -
YUV 81 160.17 199.32 -
System Red Green Blue C M Y K H S L
Decimal 181 19 138 0 0.90 0.24 0.29 315.93 0.81 0.39
Hex B5 13 8A 0 5A 18 1D 13C 51 27
Octal 265 23 212 0 132 30 35 474 121 47
Binary 10110101 10011 10001010 0 1011010 11000 11101 100111100 1010001 100111

Color Harmonies of #B5138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5138A

Black with #B5138A

Text Example


Text Example

White with #B5138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5138A; }

 p { color: rgb(181,19,138); }

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

background-color css

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

 a { background-color: rgb(181,19,138); }

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

border-color css

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

 span { border-color: rgb(181,19,138); }

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