Html Css Color HEX #B80995 Medium Violet Red

📋 copy color: '#B80995'

red 184 ◦ green 9 ◦ blue 149

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

Shades of Medium Violet Red #B80995

Tints of Medium Violet Red #B80995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 53.8%
G = 2.63%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B80995 (or 0xB80995) is known color: Medium Violet Red. HEX triplet: B8, 09 and 95. RGB value is (184,9,149). Sum of RGB (Red+Green+Blue) = 184+9+149=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B80995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80995 is #47F66A. Grayscale: #4C4C4C. Windows color (decimal): -4716139 or 9767352. OLE color: 9767352.

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

Color convert

RGB 184 9 149 -
CMYK 0 0.95 0.19 0.28
HSL 312º 0.91% 0.38% -
HSV(B) 312º 0.95% 0.72% -
XYZ 25.29 12.56 29.52 -
YUV 77.29 168.48 204.12 -
System Red Green Blue C M Y K H S L
Decimal 184 9 149 0 0.95 0.19 0.28 312 0.91 0.38
Hex B8 9 95 0 5F 13 1C 138 5B 26
Octal 270 11 225 0 137 23 34 470 133 46
Binary 10111000 1001 10010101 0 1011111 10011 11100 100111000 1011011 100110

Color Harmonies of #B80995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80995

Black with #B80995

Text Example


Text Example

White with #B80995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80995; }

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

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

background-color css

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

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

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

border-color css

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

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

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