Html Css Color HEX #B8059B Medium Violet Red

📋 copy color: '#B8059B'

red 184 ◦ green 5 ◦ blue 155

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

Shades of Medium Violet Red #B8059B

Tints of Medium Violet Red #B8059B

RGB

 RED value IS 184 (72.27% from 255) = 53.49%

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

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

R = 53.49%
G = 1.45%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8059B (or 0xB8059B) is known color: Medium Violet Red. HEX triplet: B8, 05 and 9B. RGB value is (184,5,155). Sum of RGB (Red+Green+Blue) = 184+5+155=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8059B is #47FA64. Grayscale: #4B4B4B. Windows color (decimal): -4717157 or 10159544. OLE color: 10159544.

HSL color Cylindrical-coordinate representation of color #B8059B: hue angle of 309.72º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8059B is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 5 155 -
CMYK 0 0.97 0.16 0.28
HSL 309.72º 0.95% 0.37% -
HSV(B) 309.72º 0.97% 0.72% -
XYZ 25.74 12.67 32.1 -
YUV 75.62 172.8 205.3 -
System Red Green Blue C M Y K H S L
Decimal 184 5 155 0 0.97 0.16 0.28 309.72 0.95 0.37
Hex B8 5 9B 0 61 10 1C 136 5F 25
Octal 270 5 233 0 141 20 34 466 137 45
Binary 10111000 101 10011011 0 1100001 10000 11100 100110110 1011111 100101

Color Harmonies of #B8059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8059B

Black with #B8059B

Text Example


Text Example

White with #B8059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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