Html Css Color HEX #B81F8C Medium Violet Red

📋 copy color: '#B81F8C'

red 184 ◦ green 31 ◦ blue 140

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

Shades of Medium Violet Red #B81F8C

Tints of Medium Violet Red #B81F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

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

R = 51.83%
G = 8.73%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B81F8C (or 0xB81F8C) is known color: Medium Violet Red. HEX triplet: B8, 1F and 8C. RGB value is (184,31,140). Sum of RGB (Red+Green+Blue) = 184+31+140=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81F8C is #47E073. Grayscale: #585858. Windows color (decimal): -4710516 or 9183160. OLE color: 9183160.

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

Color convert

RGB 184 31 140 -
CMYK 0 0.83 0.24 0.28
HSL 317.25º 0.71% 0.42% -
HSV(B) 317.25º 0.83% 0.72% -
XYZ 24.99 13.06 26.02 -
YUV 89.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 184 31 140 0 0.83 0.24 0.28 317.25 0.71 0.42
Hex B8 1F 8C 0 53 18 1C 13D 47 2A
Octal 270 37 214 0 123 30 34 475 107 52
Binary 10111000 11111 10001100 0 1010011 11000 11100 100111101 1000111 101010

Color Harmonies of #B81F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81F8C

Black with #B81F8C

Text Example


Text Example

White with #B81F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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