Html Css Color HEX #B81696 Medium Violet Red

📋 copy color: '#B81696'

red 184 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #B81696

Tints of Medium Violet Red #B81696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.18%

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 51.69%
G = 6.18%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B81696 (or 0xB81696) is known color: Medium Violet Red. HEX triplet: B8, 16 and 96. RGB value is (184,22,150). Sum of RGB (Red+Green+Blue) = 184+22+150=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B81696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81696 is #47E969. Grayscale: #545454. Windows color (decimal): -4712810 or 9836216. OLE color: 9836216.

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

Color convert

RGB 184 22 150 -
CMYK 0 0.88 0.18 0.28
HSL 312.59º 0.79% 0.4% -
HSV(B) 312.59º 0.88% 0.72% -
XYZ 25.56 12.97 30.01 -
YUV 85.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 184 22 150 0 0.88 0.18 0.28 312.59 0.79 0.4
Hex B8 16 96 0 58 12 1C 139 4F 28
Octal 270 26 226 0 130 22 34 471 117 50
Binary 10111000 10110 10010110 0 1011000 10010 11100 100111001 1001111 101000

Color Harmonies of #B81696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81696

Black with #B81696

Text Example


Text Example

White with #B81696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81696; }

 p { color: rgb(184,22,150); }

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

background-color css

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

 a { background-color: rgb(184,22,150); }

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

border-color css

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

 span { border-color: rgb(184,22,150); }

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