Html Css Color HEX #B81276 Medium Violet Red

📋 copy color: '#B81276'

red 184 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #B81276

Tints of Medium Violet Red #B81276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.63%

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 57.5%
G = 5.63%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B81276 (or 0xB81276) is known color: Medium Violet Red. HEX triplet: B8, 12 and 76. RGB value is (184,18,118). Sum of RGB (Red+Green+Blue) = 184+18+118=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B81276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81276 is #47ED89. Grayscale: #4E4E4E. Windows color (decimal): -4713866 or 7738040. OLE color: 7738040.

HSL color Cylindrical-coordinate representation of color #B81276: hue angle of 323.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81276 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 118 -
CMYK 0 0.90 0.36 0.28
HSL 323.86º 0.82% 0.4% -
HSV(B) 323.86º 0.9% 0.72% -
XYZ 23.25 11.93 18.22 -
YUV 79.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 184 18 118 0 0.90 0.36 0.28 323.86 0.82 0.4
Hex B8 12 76 0 5A 24 1C 144 52 28
Octal 270 22 166 0 132 44 34 504 122 50
Binary 10111000 10010 1110110 0 1011010 100100 11100 101000100 1010010 101000

Color Harmonies of #B81276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81276

Black with #B81276

Text Example


Text Example

White with #B81276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81276; }

 p { color: rgb(184,18,118); }

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

background-color css

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

 a { background-color: rgb(184,18,118); }

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

border-color css

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

 span { border-color: rgb(184,18,118); }

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