Html Css Color HEX #B81490 Medium Violet Red

📋 copy color: '#B81490'

red 184 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #B81490

Tints of Medium Violet Red #B81490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 52.87%
G = 5.75%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B81490 (or 0xB81490) is known color: Medium Violet Red. HEX triplet: B8, 14 and 90. RGB value is (184,20,144). Sum of RGB (Red+Green+Blue) = 184+20+144=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B81490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81490 is #47EB6F. Grayscale: #525252. Windows color (decimal): -4713328 or 9442488. OLE color: 9442488.

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

Color convert

RGB 184 20 144 -
CMYK 0 0.89 0.22 0.28
HSL 314.63º 0.8% 0.4% -
HSV(B) 314.63º 0.89% 0.72% -
XYZ 25.05 12.7 27.52 -
YUV 83.17 162.33 199.92 -
System Red Green Blue C M Y K H S L
Decimal 184 20 144 0 0.89 0.22 0.28 314.63 0.8 0.4
Hex B8 14 90 0 59 16 1C 13B 50 28
Octal 270 24 220 0 131 26 34 473 120 50
Binary 10111000 10100 10010000 0 1011001 10110 11100 100111011 1010000 101000

Color Harmonies of #B81490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81490

Black with #B81490

Text Example


Text Example

White with #B81490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81490; }

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

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

background-color css

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

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

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

border-color css

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

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

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