Html Css Color HEX #B5038D Medium Violet Red

📋 copy color: '#B5038D'

red 181 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #B5038D

Tints of Medium Violet Red #B5038D

RGB

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

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

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

R = 55.69%
G = 0.92%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5038D (or 0xB5038D) is known color: Medium Violet Red. HEX triplet: B5, 03 and 8D. RGB value is (181,3,141). Sum of RGB (Red+Green+Blue) = 181+3+141=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5038D is #4AFC72. Grayscale: #474747. Windows color (decimal): -4914291 or 9241525. OLE color: 9241525.

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

Color convert

RGB 181 3 141 -
CMYK 0 0.98 0.22 0.29
HSL 313.48º 0.97% 0.36% -
HSV(B) 313.48º 0.98% 0.71% -
XYZ 23.9 11.81 26.22 -
YUV 71.95 166.97 205.78 -
System Red Green Blue C M Y K H S L
Decimal 181 3 141 0 0.98 0.22 0.29 313.48 0.97 0.36
Hex B5 3 8D 0 62 16 1D 139 61 24
Octal 265 3 215 0 142 26 35 471 141 44
Binary 10110101 11 10001101 0 1100010 10110 11101 100111001 1100001 100100

Color Harmonies of #B5038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5038D

Black with #B5038D

Text Example


Text Example

White with #B5038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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