Html Css Color HEX #B80997 Medium Violet Red

📋 copy color: '#B80997'

red 184 ◦ green 9 ◦ blue 151

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

Shades of Medium Violet Red #B80997

Tints of Medium Violet Red #B80997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

 BLUE value IS 151 (59.38% from 255) = 43.9%

R = 53.49%
G = 2.62%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B80997 (or 0xB80997) is known color: Medium Violet Red. HEX triplet: B8, 09 and 97. RGB value is (184,9,151). Sum of RGB (Red+Green+Blue) = 184+9+151=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B80997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80997 is #47F668. Grayscale: #4D4D4D. Windows color (decimal): -4716137 or 9898424. OLE color: 9898424.

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

Color convert

RGB 184 9 151 -
CMYK 0 0.95 0.18 0.28
HSL 311.31º 0.91% 0.38% -
HSV(B) 311.31º 0.95% 0.72% -
XYZ 25.45 12.62 30.37 -
YUV 77.51 169.48 203.95 -
System Red Green Blue C M Y K H S L
Decimal 184 9 151 0 0.95 0.18 0.28 311.31 0.91 0.38
Hex B8 9 97 0 5F 12 1C 137 5B 26
Octal 270 11 227 0 137 22 34 467 133 46
Binary 10111000 1001 10010111 0 1011111 10010 11100 100110111 1011011 100110

Color Harmonies of #B80997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80997

Black with #B80997

Text Example


Text Example

White with #B80997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80997; }

 p { color: rgb(184,9,151); }

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

background-color css

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

 a { background-color: rgb(184,9,151); }

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

border-color css

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

 span { border-color: rgb(184,9,151); }

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