Html Css Color HEX #B81E8D Medium Violet Red

📋 copy color: '#B81E8D'

red 184 ◦ green 30 ◦ blue 141

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

Shades of Medium Violet Red #B81E8D

Tints of Medium Violet Red #B81E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 51.83%
G = 8.45%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B81E8D (or 0xB81E8D) is known color: Medium Violet Red. HEX triplet: B8, 1E and 8D. RGB value is (184,30,141). Sum of RGB (Red+Green+Blue) = 184+30+141=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81E8D is #47E172. Grayscale: #585858. Windows color (decimal): -4710771 or 9248440. OLE color: 9248440.

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

Color convert

RGB 184 30 141 -
CMYK 0 0.84 0.23 0.28
HSL 316.75º 0.72% 0.42% -
HSV(B) 316.75º 0.84% 0.72% -
XYZ 25.04 13.04 26.4 -
YUV 88.7 157.52 195.97 -
System Red Green Blue C M Y K H S L
Decimal 184 30 141 0 0.84 0.23 0.28 316.75 0.72 0.42
Hex B8 1E 8D 0 54 17 1C 13D 48 2A
Octal 270 36 215 0 124 27 34 475 110 52
Binary 10111000 11110 10001101 0 1010100 10111 11100 100111101 1001000 101010

Color Harmonies of #B81E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E8D

Black with #B81E8D

Text Example


Text Example

White with #B81E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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