Html Css Color HEX #B81591 Medium Violet Red

📋 copy color: '#B81591'

red 184 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #B81591

Tints of Medium Violet Red #B81591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 52.57%
G = 6%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B81591 (or 0xB81591) is known color: Medium Violet Red. HEX triplet: B8, 15 and 91. RGB value is (184,21,145). Sum of RGB (Red+Green+Blue) = 184+21+145=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B81591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81591 is #47EA6E. Grayscale: #535353. Windows color (decimal): -4713071 or 9508280. OLE color: 9508280.

HSL color Cylindrical-coordinate representation of color #B81591: hue angle of 314.36º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81591 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 21 145 -
CMYK 0 0.89 0.21 0.28
HSL 314.36º 0.8% 0.4% -
HSV(B) 314.36º 0.89% 0.72% -
XYZ 25.15 12.77 27.93 -
YUV 83.87 162.5 199.42 -
System Red Green Blue C M Y K H S L
Decimal 184 21 145 0 0.89 0.21 0.28 314.36 0.8 0.4
Hex B8 15 91 0 59 15 1C 13A 50 28
Octal 270 25 221 0 131 25 34 472 120 50
Binary 10111000 10101 10010001 0 1011001 10101 11100 100111010 1010000 101000

Color Harmonies of #B81591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81591

Black with #B81591

Text Example


Text Example

White with #B81591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81591; }

 p { color: rgb(184,21,145); }

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

background-color css

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

 a { background-color: rgb(184,21,145); }

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

border-color css

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

 span { border-color: rgb(184,21,145); }

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