Html Css Color HEX #B5058B Medium Violet Red

📋 copy color: '#B5058B'

red 181 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #B5058B

Tints of Medium Violet Red #B5058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

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

R = 55.69%
G = 1.54%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5058B (or 0xB5058B) is known color: Medium Violet Red. HEX triplet: B5, 05 and 8B. RGB value is (181,5,139). Sum of RGB (Red+Green+Blue) = 181+5+139=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5058B is #4AFA74. Grayscale: #484848. Windows color (decimal): -4913781 or 9110965. OLE color: 9110965.

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

Color convert

RGB 181 5 139 -
CMYK 0 0.97 0.23 0.29
HSL 314.32º 0.95% 0.36% -
HSV(B) 314.32º 0.97% 0.71% -
XYZ 23.77 11.8 25.45 -
YUV 72.9 165.31 205.1 -
System Red Green Blue C M Y K H S L
Decimal 181 5 139 0 0.97 0.23 0.29 314.32 0.95 0.36
Hex B5 5 8B 0 61 17 1D 13A 5F 24
Octal 265 5 213 0 141 27 35 472 137 44
Binary 10110101 101 10001011 0 1100001 10111 11101 100111010 1011111 100100

Color Harmonies of #B5058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5058B

Black with #B5058B

Text Example


Text Example

White with #B5058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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