Html Css Color HEX #B81998 Medium Violet Red

📋 copy color: '#B81998'

red 184 ◦ green 25 ◦ blue 152

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

Shades of Medium Violet Red #B81998

Tints of Medium Violet Red #B81998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.93%

 BLUE value IS 152 (59.77% from 255) = 42.11%

R = 50.97%
G = 6.93%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B81998 (or 0xB81998) is known color: Medium Violet Red. HEX triplet: B8, 19 and 98. RGB value is (184,25,152). Sum of RGB (Red+Green+Blue) = 184+25+152=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B81998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81998 is #47E667. Grayscale: #565656. Windows color (decimal): -4712040 or 9968056. OLE color: 9968056.

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

Color convert

RGB 184 25 152 -
CMYK 0 0.86 0.17 0.28
HSL 312.08º 0.76% 0.41% -
HSV(B) 312.08º 0.86% 0.72% -
XYZ 25.78 13.15 30.89 -
YUV 87.02 164.68 197.17 -
System Red Green Blue C M Y K H S L
Decimal 184 25 152 0 0.86 0.17 0.28 312.08 0.76 0.41
Hex B8 19 98 0 56 11 1C 138 4C 29
Octal 270 31 230 0 126 21 34 470 114 51
Binary 10111000 11001 10011000 0 1010110 10001 11100 100111000 1001100 101001

Color Harmonies of #B81998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81998

Black with #B81998

Text Example


Text Example

White with #B81998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81998; }

 p { color: rgb(184,25,152); }

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

background-color css

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

 a { background-color: rgb(184,25,152); }

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

border-color css

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

 span { border-color: rgb(184,25,152); }

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