Html Css Color HEX #B5048D Medium Violet Red

📋 copy color: '#B5048D'

red 181 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #B5048D

Tints of Medium Violet Red #B5048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 55.52%
G = 1.23%
B = 43.25%

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

#B5048D (or 0xB5048D) is known color: Medium Violet Red. HEX triplet: B5, 04 and 8D. RGB value is (181,4,141). Sum of RGB (Red+Green+Blue) = 181+4+141=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5048D is #4AFB72. Grayscale: #484848. Windows color (decimal): -4914035 or 9241781. OLE color: 9241781.

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

Color convert

RGB 181 4 141 -
CMYK 0 0.98 0.22 0.29
HSL 313.56º 0.96% 0.36% -
HSV(B) 313.56º 0.98% 0.71% -
XYZ 23.91 11.83 26.22 -
YUV 72.54 166.64 205.36 -
System Red Green Blue C M Y K H S L
Decimal 181 4 141 0 0.98 0.22 0.29 313.56 0.96 0.36
Hex B5 4 8D 0 62 16 1D 13A 60 24
Octal 265 4 215 0 142 26 35 472 140 44
Binary 10110101 100 10001101 0 1100010 10110 11101 100111010 1100000 100100

Color Harmonies of #B5048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5048D

Black with #B5048D

Text Example


Text Example

White with #B5048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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