Html Css Color HEX #B81E9A Medium Violet Red

📋 copy color: '#B81E9A'

red 184 ◦ green 30 ◦ blue 154

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

Shades of Medium Violet Red #B81E9A

Tints of Medium Violet Red #B81E9A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.15%

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 50%
G = 8.15%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B81E9A (or 0xB81E9A) is known color: Medium Violet Red. HEX triplet: B8, 1E and 9A. RGB value is (184,30,154). Sum of RGB (Red+Green+Blue) = 184+30+154=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81E9A is #47E165. Grayscale: #595959. Windows color (decimal): -4710758 or 10100408. OLE color: 10100408.

HSL color Cylindrical-coordinate representation of color #B81E9A: hue angle of 311.69º degrees, saturation: 0.72, 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 #B81E9A is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 30 154 -
CMYK 0 0.84 0.16 0.28
HSL 311.69º 0.72% 0.42% -
HSV(B) 311.69º 0.84% 0.72% -
XYZ 26.06 13.45 31.79 -
YUV 90.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 184 30 154 0 0.84 0.16 0.28 311.69 0.72 0.42
Hex B8 1E 9A 0 54 10 1C 138 48 2A
Octal 270 36 232 0 124 20 34 470 110 52
Binary 10111000 11110 10011010 0 1010100 10000 11100 100111000 1001000 101010

Color Harmonies of #B81E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E9A

Black with #B81E9A

Text Example


Text Example

White with #B81E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E9A; }

 p { color: rgb(184,30,154); }

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

background-color css

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

 a { background-color: rgb(184,30,154); }

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

border-color css

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

 span { border-color: rgb(184,30,154); }

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