Html Css Color HEX #B84185 Medium Red Violet

📋 copy color: '#B84185'

red 184 ◦ green 65 ◦ blue 133

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

Shades of Medium Red Violet #B84185

Tints of Medium Red Violet #B84185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.02%

 BLUE value IS 133 (52.34% from 255) = 34.82%

R = 48.17%
G = 17.02%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B84185 (or 0xB84185) is known color: Medium Red Violet. HEX triplet: B8, 41 and 85. RGB value is (184,65,133). Sum of RGB (Red+Green+Blue) = 184+65+133=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B84185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84185 is #47BE7A. Grayscale: #6C6C6C. Windows color (decimal): -4701819 or 8733112. OLE color: 8733112.

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

Color convert

RGB 184 65 133 -
CMYK 0 0.65 0.28 0.28
HSL 325.71º 0.48% 0.49% -
HSV(B) 325.71º 0.65% 0.72% -
XYZ 25.89 15.66 23.85 -
YUV 108.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 184 65 133 0 0.65 0.28 0.28 325.71 0.48 0.49
Hex B8 41 85 0 41 1C 1C 146 30 31
Octal 270 101 205 0 101 34 34 506 60 61
Binary 10111000 1000001 10000101 0 1000001 11100 11100 101000110 110000 110001

Color Harmonies of #B84185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84185

Black with #B84185

Text Example


Text Example

White with #B84185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84185; }

 p { color: rgb(184,65,133); }

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

background-color css

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

 a { background-color: rgb(184,65,133); }

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

border-color css

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

 span { border-color: rgb(184,65,133); }

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