Html Css Color HEX #B80994 Medium Violet Red

📋 copy color: '#B80994'

red 184 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #B80994

Tints of Medium Violet Red #B80994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 53.96%
G = 2.64%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B80994 (or 0xB80994) is known color: Medium Violet Red. HEX triplet: B8, 09 and 94. RGB value is (184,9,148). Sum of RGB (Red+Green+Blue) = 184+9+148=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B80994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80994 is #47F66B. Grayscale: #4C4C4C. Windows color (decimal): -4716140 or 9701816. OLE color: 9701816.

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

Color convert

RGB 184 9 148 -
CMYK 0 0.95 0.20 0.28
HSL 312.34º 0.91% 0.38% -
HSV(B) 312.34º 0.95% 0.72% -
XYZ 25.21 12.52 29.11 -
YUV 77.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 184 9 148 0 0.95 0.20 0.28 312.34 0.91 0.38
Hex B8 9 94 0 5F 14 1C 138 5B 26
Octal 270 11 224 0 137 24 34 470 133 46
Binary 10111000 1001 10010100 0 1011111 10100 11100 100111000 1011011 100110

Color Harmonies of #B80994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80994

Black with #B80994

Text Example


Text Example

White with #B80994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80994; }

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

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

background-color css

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

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

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

border-color css

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

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

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