Html Css Color HEX #B81C89 Medium Violet Red

📋 copy color: '#B81C89'

red 184 ◦ green 28 ◦ blue 137

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

Shades of Medium Violet Red #B81C89

Tints of Medium Violet Red #B81C89

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.02%

 BLUE value IS 137 (53.91% from 255) = 39.26%

R = 52.72%
G = 8.02%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B81C89 (or 0xB81C89) is known color: Medium Violet Red. HEX triplet: B8, 1C and 89. RGB value is (184,28,137). Sum of RGB (Red+Green+Blue) = 184+28+137=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81C89 is #47E376. Grayscale: #565656. Windows color (decimal): -4711287 or 8985784. OLE color: 8985784.

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

Color convert

RGB 184 28 137 -
CMYK 0 0.85 0.26 0.28
HSL 318.08º 0.74% 0.42% -
HSV(B) 318.08º 0.85% 0.72% -
XYZ 24.7 12.83 24.84 -
YUV 87.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 184 28 137 0 0.85 0.26 0.28 318.08 0.74 0.42
Hex B8 1C 89 0 55 1A 1C 13E 4A 2A
Octal 270 34 211 0 125 32 34 476 112 52
Binary 10111000 11100 10001001 0 1010101 11010 11100 100111110 1001010 101010

Color Harmonies of #B81C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C89

Black with #B81C89

Text Example


Text Example

White with #B81C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C89; }

 p { color: rgb(184,28,137); }

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

background-color css

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

 a { background-color: rgb(184,28,137); }

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

border-color css

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

 span { border-color: rgb(184,28,137); }

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