Html Css Color HEX #B8059C Medium Violet Red

📋 copy color: '#B8059C'

red 184 ◦ green 5 ◦ blue 156

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

Shades of Medium Violet Red #B8059C

Tints of Medium Violet Red #B8059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.22%

R = 53.33%
G = 1.45%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B8059C (or 0xB8059C) is known color: Medium Violet Red. HEX triplet: B8, 05 and 9C. RGB value is (184,5,156). Sum of RGB (Red+Green+Blue) = 184+5+156=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8059C is #47FA63. Grayscale: #4B4B4B. Windows color (decimal): -4717156 or 10225080. OLE color: 10225080.

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

Color convert

RGB 184 5 156 -
CMYK 0 0.97 0.15 0.28
HSL 309.39º 0.95% 0.37% -
HSV(B) 309.39º 0.97% 0.72% -
XYZ 25.82 12.7 32.54 -
YUV 75.74 173.3 205.22 -
System Red Green Blue C M Y K H S L
Decimal 184 5 156 0 0.97 0.15 0.28 309.39 0.95 0.37
Hex B8 5 9C 0 61 F 1C 135 5F 25
Octal 270 5 234 0 141 17 34 465 137 45
Binary 10111000 101 10011100 0 1100001 1111 11100 100110101 1011111 100101

Color Harmonies of #B8059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8059C

Black with #B8059C

Text Example


Text Example

White with #B8059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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