Html Css Color HEX #B81D8E Medium Violet Red

📋 copy color: '#B81D8E'

red 184 ◦ green 29 ◦ blue 142

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

Shades of Medium Violet Red #B81D8E

Tints of Medium Violet Red #B81D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 51.83%
G = 8.17%
B = 40%

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

#B81D8E (or 0xB81D8E) is known color: Medium Violet Red. HEX triplet: B8, 1D and 8E. RGB value is (184,29,142). Sum of RGB (Red+Green+Blue) = 184+29+142=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81D8E is #47E271. Grayscale: #575757. Windows color (decimal): -4711026 or 9313720. OLE color: 9313720.

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

Color convert

RGB 184 29 142 -
CMYK 0 0.84 0.23 0.28
HSL 316.26º 0.73% 0.42% -
HSV(B) 316.26º 0.84% 0.72% -
XYZ 25.09 13.02 26.78 -
YUV 88.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 184 29 142 0 0.84 0.23 0.28 316.26 0.73 0.42
Hex B8 1D 8E 0 54 17 1C 13C 49 2A
Octal 270 35 216 0 124 27 34 474 111 52
Binary 10111000 11101 10001110 0 1010100 10111 11100 100111100 1001001 101010

Color Harmonies of #B81D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D8E

Black with #B81D8E

Text Example


Text Example

White with #B81D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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