Html Css Color HEX #B81497 Medium Violet Red

📋 copy color: '#B81497'

red 184 ◦ green 20 ◦ blue 151

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

Shades of Medium Violet Red #B81497

Tints of Medium Violet Red #B81497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

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

R = 51.83%
G = 5.63%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B81497 (or 0xB81497) is known color: Medium Violet Red. HEX triplet: B8, 14 and 97. RGB value is (184,20,151). Sum of RGB (Red+Green+Blue) = 184+20+151=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B81497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81497 is #47EB68. Grayscale: #535353. Windows color (decimal): -4713321 or 9901240. OLE color: 9901240.

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

Color convert

RGB 184 20 151 -
CMYK 0 0.89 0.18 0.28
HSL 312.07º 0.8% 0.4% -
HSV(B) 312.07º 0.89% 0.72% -
XYZ 25.6 12.93 30.42 -
YUV 83.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 184 20 151 0 0.89 0.18 0.28 312.07 0.8 0.4
Hex B8 14 97 0 59 12 1C 138 50 28
Octal 270 24 227 0 131 22 34 470 120 50
Binary 10111000 10100 10010111 0 1011001 10010 11100 100111000 1010000 101000

Color Harmonies of #B81497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81497

Black with #B81497

Text Example


Text Example

White with #B81497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81497; }

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

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

background-color css

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

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

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

border-color css

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

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

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