Html Css Color HEX #B81378 Medium Violet Red

📋 copy color: '#B81378'

red 184 ◦ green 19 ◦ blue 120

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

Shades of Medium Violet Red #B81378

Tints of Medium Violet Red #B81378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.15%

R = 56.97%
G = 5.88%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B81378 (or 0xB81378) is known color: Medium Violet Red. HEX triplet: B8, 13 and 78. RGB value is (184,19,120). Sum of RGB (Red+Green+Blue) = 184+19+120=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B81378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81378 is #47EC87. Grayscale: #4F4F4F. Windows color (decimal): -4713608 or 7869368. OLE color: 7869368.

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

Color convert

RGB 184 19 120 -
CMYK 0 0.90 0.35 0.28
HSL 323.27º 0.81% 0.4% -
HSV(B) 323.27º 0.9% 0.72% -
XYZ 23.39 12.01 18.86 -
YUV 79.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 184 19 120 0 0.90 0.35 0.28 323.27 0.81 0.4
Hex B8 13 78 0 5A 23 1C 143 51 28
Octal 270 23 170 0 132 43 34 503 121 50
Binary 10111000 10011 1111000 0 1011010 100011 11100 101000011 1010001 101000

Color Harmonies of #B81378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81378

Black with #B81378

Text Example


Text Example

White with #B81378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81378; }

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

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

background-color css

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

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

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

border-color css

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

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

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