Html Css Color HEX #B81479 Medium Violet Red

📋 copy color: '#B81479'

red 184 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #B81479

Tints of Medium Violet Red #B81479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 56.62%
G = 6.15%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B81479 (or 0xB81479) is known color: Medium Violet Red. HEX triplet: B8, 14 and 79. RGB value is (184,20,121). Sum of RGB (Red+Green+Blue) = 184+20+121=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B81479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81479 is #47EB86. Grayscale: #505050. Windows color (decimal): -4713351 or 7935160. OLE color: 7935160.

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

Color convert

RGB 184 20 121 -
CMYK 0 0.89 0.34 0.28
HSL 323.05º 0.8% 0.4% -
HSV(B) 323.05º 0.89% 0.72% -
XYZ 23.47 12.07 19.18 -
YUV 80.55 150.83 201.79 -
System Red Green Blue C M Y K H S L
Decimal 184 20 121 0 0.89 0.34 0.28 323.05 0.8 0.4
Hex B8 14 79 0 59 22 1C 143 50 28
Octal 270 24 171 0 131 42 34 503 120 50
Binary 10111000 10100 1111001 0 1011001 100010 11100 101000011 1010000 101000

Color Harmonies of #B81479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81479

Black with #B81479

Text Example


Text Example

White with #B81479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81479; }

 p { color: rgb(184,20,121); }

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

background-color css

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

 a { background-color: rgb(184,20,121); }

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

border-color css

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

 span { border-color: rgb(184,20,121); }

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