Html Css Color HEX #B81271 Medium Violet Red

📋 copy color: '#B81271'

red 184 ◦ green 18 ◦ blue 113

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

Shades of Medium Violet Red #B81271

Tints of Medium Violet Red #B81271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 58.41%
G = 5.71%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B81271 (or 0xB81271) is known color: Medium Violet Red. HEX triplet: B8, 12 and 71. RGB value is (184,18,113). Sum of RGB (Red+Green+Blue) = 184+18+113=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B81271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81271 is #47ED8E. Grayscale: #4E4E4E. Windows color (decimal): -4713871 or 7410360. OLE color: 7410360.

HSL color Cylindrical-coordinate representation of color #B81271: hue angle of 325.66º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81271 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 113 -
CMYK 0 0.90 0.39 0.28
HSL 325.66º 0.82% 0.4% -
HSV(B) 325.66º 0.9% 0.72% -
XYZ 22.96 11.82 16.69 -
YUV 78.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 184 18 113 0 0.90 0.39 0.28 325.66 0.82 0.4
Hex B8 12 71 0 5A 27 1C 146 52 28
Octal 270 22 161 0 132 47 34 506 122 50
Binary 10111000 10010 1110001 0 1011010 100111 11100 101000110 1010010 101000

Color Harmonies of #B81271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81271

Black with #B81271

Text Example


Text Example

White with #B81271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81271; }

 p { color: rgb(184,18,113); }

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

background-color css

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

 a { background-color: rgb(184,18,113); }

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

border-color css

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

 span { border-color: rgb(184,18,113); }

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