Html Css Color HEX #B5038A Medium Violet Red

📋 copy color: '#B5038A'

red 181 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #B5038A

Tints of Medium Violet Red #B5038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 56.21%
G = 0.93%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5038A (or 0xB5038A) is known color: Medium Violet Red. HEX triplet: B5, 03 and 8A. RGB value is (181,3,138). Sum of RGB (Red+Green+Blue) = 181+3+138=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5038A is #4AFC75. Grayscale: #474747. Windows color (decimal): -4914294 or 9044917. OLE color: 9044917.

HSL color Cylindrical-coordinate representation of color #B5038A: hue angle of 314.49º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5038A is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 3 138 -
CMYK 0 0.98 0.24 0.29
HSL 314.49º 0.97% 0.36% -
HSV(B) 314.49º 0.98% 0.71% -
XYZ 23.68 11.72 25.06 -
YUV 71.61 165.47 206.02 -
System Red Green Blue C M Y K H S L
Decimal 181 3 138 0 0.98 0.24 0.29 314.49 0.97 0.36
Hex B5 3 8A 0 62 18 1D 13A 61 24
Octal 265 3 212 0 142 30 35 472 141 44
Binary 10110101 11 10001010 0 1100010 11000 11101 100111010 1100001 100100

Color Harmonies of #B5038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5038A

Black with #B5038A

Text Example


Text Example

White with #B5038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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