Html Css Color HEX #B81F8F Medium Violet Red

📋 copy color: '#B81F8F'

red 184 ◦ green 31 ◦ blue 143

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

Shades of Medium Violet Red #B81F8F

Tints of Medium Violet Red #B81F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.94%

R = 51.4%
G = 8.66%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B81F8F (or 0xB81F8F) is known color: Medium Violet Red. HEX triplet: B8, 1F and 8F. RGB value is (184,31,143). Sum of RGB (Red+Green+Blue) = 184+31+143=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81F8F is #47E070. Grayscale: #595959. Windows color (decimal): -4710513 or 9379768. OLE color: 9379768.

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

Color convert

RGB 184 31 143 -
CMYK 0 0.83 0.22 0.28
HSL 316.08º 0.71% 0.42% -
HSV(B) 316.08º 0.83% 0.72% -
XYZ 25.22 13.15 27.2 -
YUV 89.52 158.19 195.39 -
System Red Green Blue C M Y K H S L
Decimal 184 31 143 0 0.83 0.22 0.28 316.08 0.71 0.42
Hex B8 1F 8F 0 53 16 1C 13C 47 2A
Octal 270 37 217 0 123 26 34 474 107 52
Binary 10111000 11111 10001111 0 1010011 10110 11100 100111100 1000111 101010

Color Harmonies of #B81F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81F8F

Black with #B81F8F

Text Example


Text Example

White with #B81F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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