Html Css Color HEX #B80099 Medium Violet Red

📋 copy color: '#B80099'

red 184 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #B80099

Tints of Medium Violet Red #B80099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.6%
G = 0%
B = 45.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B80099 (or 0xB80099) is known color: Medium Violet Red. HEX triplet: B8, 00 and 99. RGB value is (184,0,153). Sum of RGB (Red+Green+Blue) = 184+0+153=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B80099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80099 is #47FF66. Grayscale: #484848. Windows color (decimal): -4718439 or 10027192. OLE color: 10027192.

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

Color convert

RGB 184 0 153 -
CMYK 0 1 0.17 0.28
HSL 310.11º 1% 0.36% -
HSV(B) 310.11º 1% 0.72% -
XYZ 25.52 12.49 31.2 -
YUV 72.46 173.46 207.56 -
System Red Green Blue C M Y K H S L
Decimal 184 0 153 0 1 0.17 0.28 310.11 1 0.36
Hex B8 0 99 0 64 11 1C 136 64 24
Octal 270 0 231 0 144 21 34 466 144 44
Binary 10111000 0 10011001 0 1100100 10001 11100 100110110 1100100 100100

Color Harmonies of #B80099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80099

Black with #B80099

Text Example


Text Example

White with #B80099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80099; }

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

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

background-color css

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

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

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

border-color css

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

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

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