Html Css Color HEX #B81D90 Medium Violet Red

📋 copy color: '#B81D90'

red 184 ◦ green 29 ◦ blue 144

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

Shades of Medium Violet Red #B81D90

Tints of Medium Violet Red #B81D90

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.12%

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

R = 51.54%
G = 8.12%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B81D90 (or 0xB81D90) is known color: Medium Violet Red. HEX triplet: B8, 1D and 90. RGB value is (184,29,144). Sum of RGB (Red+Green+Blue) = 184+29+144=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81D90 is #47E26F. Grayscale: #585858. Windows color (decimal): -4711024 or 9444792. OLE color: 9444792.

HSL color Cylindrical-coordinate representation of color #B81D90: hue angle of 315.48º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81D90 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 29 144 -
CMYK 0 0.84 0.22 0.28
HSL 315.48º 0.73% 0.42% -
HSV(B) 315.48º 0.84% 0.72% -
XYZ 25.24 13.08 27.58 -
YUV 88.46 159.35 196.15 -
System Red Green Blue C M Y K H S L
Decimal 184 29 144 0 0.84 0.22 0.28 315.48 0.73 0.42
Hex B8 1D 90 0 54 16 1C 13B 49 2A
Octal 270 35 220 0 124 26 34 473 111 52
Binary 10111000 11101 10010000 0 1010100 10110 11100 100111011 1001001 101010

Color Harmonies of #B81D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D90

Black with #B81D90

Text Example


Text Example

White with #B81D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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