Html Css Color HEX #B84095 Medium Red Violet

📋 copy color: '#B84095'

red 184 ◦ green 64 ◦ blue 149

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

Shades of Medium Red Violet #B84095

Tints of Medium Red Violet #B84095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

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

R = 46.35%
G = 16.12%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B84095 (or 0xB84095) is known color: Medium Red Violet. HEX triplet: B8, 40 and 95. RGB value is (184,64,149). Sum of RGB (Red+Green+Blue) = 184+64+149=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B84095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84095 is #47BF6A. Grayscale: #6D6D6D. Windows color (decimal): -4702059 or 9781432. OLE color: 9781432.

HSL color Cylindrical-coordinate representation of color #B84095: hue angle of 317.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84095 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 64 149 -
CMYK 0 0.65 0.19 0.28
HSL 317.5º 0.48% 0.49% -
HSV(B) 317.5º 0.65% 0.72% -
XYZ 27.03 16.03 30.1 -
YUV 109.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 184 64 149 0 0.65 0.19 0.28 317.5 0.48 0.49
Hex B8 40 95 0 41 13 1C 13E 30 31
Octal 270 100 225 0 101 23 34 476 60 61
Binary 10111000 1000000 10010101 0 1000001 10011 11100 100111110 110000 110001

Color Harmonies of #B84095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84095

Black with #B84095

Text Example


Text Example

White with #B84095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84095; }

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

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

background-color css

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

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

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

border-color css

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

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

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