Html Css Color HEX #B81376 Medium Violet Red

📋 copy color: '#B81376'

red 184 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #B81376

Tints of Medium Violet Red #B81376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

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

R = 57.32%
G = 5.92%
B = 36.76%

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

#B81376 (or 0xB81376) is known color: Medium Violet Red. HEX triplet: B8, 13 and 76. RGB value is (184,19,118). Sum of RGB (Red+Green+Blue) = 184+19+118=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B81376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81376 is #47EC89. Grayscale: #4F4F4F. Windows color (decimal): -4713610 or 7738296. OLE color: 7738296.

HSL color Cylindrical-coordinate representation of color #B81376: hue angle of 324º degrees, saturation: 0.81, 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 #B81376 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 19 118 -
CMYK 0 0.90 0.36 0.28
HSL 324º 0.81% 0.4% -
HSV(B) 324º 0.9% 0.72% -
XYZ 23.27 11.96 18.22 -
YUV 79.62 149.66 202.45 -
System Red Green Blue C M Y K H S L
Decimal 184 19 118 0 0.90 0.36 0.28 324 0.81 0.4
Hex B8 13 76 0 5A 24 1C 144 51 28
Octal 270 23 166 0 132 44 34 504 121 50
Binary 10111000 10011 1110110 0 1011010 100100 11100 101000100 1010001 101000

Color Harmonies of #B81376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81376

Black with #B81376

Text Example


Text Example

White with #B81376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81376; }

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

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

background-color css

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

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

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

border-color css

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

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

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