Html Css Color HEX #B81D8C Medium Violet Red

📋 copy color: '#B81D8C'

red 184 ◦ green 29 ◦ blue 140

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

Shades of Medium Violet Red #B81D8C

Tints of Medium Violet Red #B81D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 52.12%
G = 8.22%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B81D8C (or 0xB81D8C) is known color: Medium Violet Red. HEX triplet: B8, 1D and 8C. RGB value is (184,29,140). Sum of RGB (Red+Green+Blue) = 184+29+140=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81D8C is #47E273. Grayscale: #575757. Windows color (decimal): -4711028 or 9182648. OLE color: 9182648.

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

Color convert

RGB 184 29 140 -
CMYK 0 0.84 0.24 0.28
HSL 317.03º 0.73% 0.42% -
HSV(B) 317.03º 0.84% 0.72% -
XYZ 24.94 12.96 26 -
YUV 88 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 184 29 140 0 0.84 0.24 0.28 317.03 0.73 0.42
Hex B8 1D 8C 0 54 18 1C 13D 49 2A
Octal 270 35 214 0 124 30 34 475 111 52
Binary 10111000 11101 10001100 0 1010100 11000 11100 100111101 1001001 101010

Color Harmonies of #B81D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D8C

Black with #B81D8C

Text Example


Text Example

White with #B81D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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