Html Css Color HEX #B8059F Medium Violet Red

📋 copy color: '#B8059F'

red 184 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #B8059F

Tints of Medium Violet Red #B8059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.69%

R = 52.87%
G = 1.44%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8059F (or 0xB8059F) is known color: Medium Violet Red. HEX triplet: B8, 05 and 9F. RGB value is (184,5,159). Sum of RGB (Red+Green+Blue) = 184+5+159=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8059F is #47FA60. Grayscale: #4B4B4B. Windows color (decimal): -4717153 or 10421688. OLE color: 10421688.

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

Color convert

RGB 184 5 159 -
CMYK 0 0.97 0.14 0.28
HSL 308.38º 0.95% 0.37% -
HSV(B) 308.38º 0.97% 0.72% -
XYZ 26.08 12.8 33.9 -
YUV 76.08 174.8 204.98 -
System Red Green Blue C M Y K H S L
Decimal 184 5 159 0 0.97 0.14 0.28 308.38 0.95 0.37
Hex B8 5 9F 0 61 E 1C 134 5F 25
Octal 270 5 237 0 141 16 34 464 137 45
Binary 10111000 101 10011111 0 1100001 1110 11100 100110100 1011111 100101

Color Harmonies of #B8059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8059F

Black with #B8059F

Text Example


Text Example

White with #B8059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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