Html Css Color HEX #B80199 Medium Violet Red

📋 copy color: '#B80199'

red 184 ◦ green 1 ◦ blue 153

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

Shades of Medium Violet Red #B80199

Tints of Medium Violet Red #B80199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 54.44%
G = 0.3%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B80199 (or 0xB80199) is known color: Medium Violet Red. HEX triplet: B8, 01 and 99. RGB value is (184,1,153). Sum of RGB (Red+Green+Blue) = 184+1+153=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B80199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80199 is #47FE66. Grayscale: #484848. Windows color (decimal): -4718183 or 10027448. OLE color: 10027448.

HSL color Cylindrical-coordinate representation of color #B80199: hue angle of 310.16º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80199 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 153 -
CMYK 0 0.99 0.17 0.28
HSL 310.16º 0.99% 0.36% -
HSV(B) 310.16º 0.99% 0.72% -
XYZ 25.53 12.51 31.21 -
YUV 73.05 173.13 207.14 -
System Red Green Blue C M Y K H S L
Decimal 184 1 153 0 0.99 0.17 0.28 310.16 0.99 0.36
Hex B8 1 99 0 63 11 1C 136 63 24
Octal 270 1 231 0 143 21 34 466 143 44
Binary 10111000 1 10011001 0 1100011 10001 11100 100110110 1100011 100100

Color Harmonies of #B80199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80199

Black with #B80199

Text Example


Text Example

White with #B80199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80199; }

 p { color: rgb(184,1,153); }

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

background-color css

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

 a { background-color: rgb(184,1,153); }

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

border-color css

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

 span { border-color: rgb(184,1,153); }

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