Html Css Color HEX #B81495 Medium Violet Red

📋 copy color: '#B81495'

red 184 ◦ green 20 ◦ blue 149

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

Shades of Medium Violet Red #B81495

Tints of Medium Violet Red #B81495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 52.12%
G = 5.67%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B81495 (or 0xB81495) is known color: Medium Violet Red. HEX triplet: B8, 14 and 95. RGB value is (184,20,149). Sum of RGB (Red+Green+Blue) = 184+20+149=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B81495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81495 is #47EB6A. Grayscale: #535353. Windows color (decimal): -4713323 or 9770168. OLE color: 9770168.

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

Color convert

RGB 184 20 149 -
CMYK 0 0.89 0.19 0.28
HSL 312.8º 0.8% 0.4% -
HSV(B) 312.8º 0.89% 0.72% -
XYZ 25.44 12.86 29.58 -
YUV 83.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 184 20 149 0 0.89 0.19 0.28 312.8 0.8 0.4
Hex B8 14 95 0 59 13 1C 139 50 28
Octal 270 24 225 0 131 23 34 471 120 50
Binary 10111000 10100 10010101 0 1011001 10011 11100 100111001 1010000 101000

Color Harmonies of #B81495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81495

Black with #B81495

Text Example


Text Example

White with #B81495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81495; }

 p { color: rgb(184,20,149); }

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

background-color css

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

 a { background-color: rgb(184,20,149); }

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

border-color css

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

 span { border-color: rgb(184,20,149); }

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