Html Css Color HEX #B81370 Medium Violet Red

📋 copy color: '#B81370'

red 184 ◦ green 19 ◦ blue 112

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

Shades of Medium Violet Red #B81370

Tints of Medium Violet Red #B81370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 58.41%
G = 6.03%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B81370 (or 0xB81370) is known color: Medium Violet Red. HEX triplet: B8, 13 and 70. RGB value is (184,19,112). Sum of RGB (Red+Green+Blue) = 184+19+112=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B81370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81370 is #47EC8F. Grayscale: #4E4E4E. Windows color (decimal): -4713616 or 7345080. OLE color: 7345080.

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

Color convert

RGB 184 19 112 -
CMYK 0 0.90 0.39 0.28
HSL 326.18º 0.81% 0.4% -
HSV(B) 326.18º 0.9% 0.72% -
XYZ 22.92 11.83 16.4 -
YUV 78.94 146.66 202.94 -
System Red Green Blue C M Y K H S L
Decimal 184 19 112 0 0.90 0.39 0.28 326.18 0.81 0.4
Hex B8 13 70 0 5A 27 1C 146 51 28
Octal 270 23 160 0 132 47 34 506 121 50
Binary 10111000 10011 1110000 0 1011010 100111 11100 101000110 1010001 101000

Color Harmonies of #B81370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81370

Black with #B81370

Text Example


Text Example

White with #B81370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81370; }

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

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

background-color css

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

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

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

border-color css

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

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

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