Html Css Color HEX #B5059B Medium Violet Red

📋 copy color: '#B5059B'

red 181 ◦ green 5 ◦ blue 155

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

Shades of Medium Violet Red #B5059B

Tints of Medium Violet Red #B5059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 53.08%
G = 1.47%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5059B (or 0xB5059B) is known color: Medium Violet Red. HEX triplet: B5, 05 and 9B. RGB value is (181,5,155). Sum of RGB (Red+Green+Blue) = 181+5+155=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5059B is #4AFA64. Grayscale: #4A4A4A. Windows color (decimal): -4913765 or 10159541. OLE color: 10159541.

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

Color convert

RGB 181 5 155 -
CMYK 0 0.97 0.14 0.29
HSL 308.86º 0.95% 0.36% -
HSV(B) 308.86º 0.97% 0.71% -
XYZ 25.03 12.3 32.07 -
YUV 74.72 173.31 203.8 -
System Red Green Blue C M Y K H S L
Decimal 181 5 155 0 0.97 0.14 0.29 308.86 0.95 0.36
Hex B5 5 9B 0 61 E 1D 135 5F 24
Octal 265 5 233 0 141 16 35 465 137 44
Binary 10110101 101 10011011 0 1100001 1110 11101 100110101 1011111 100100

Color Harmonies of #B5059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5059B

Black with #B5059B

Text Example


Text Example

White with #B5059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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