Html Css Color HEX #B84285 Medium Red Violet

📋 copy color: '#B84285'

red 184 ◦ green 66 ◦ blue 133

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

Shades of Medium Red Violet #B84285

Tints of Medium Red Violet #B84285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.23%

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

R = 48.04%
G = 17.23%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B84285 (or 0xB84285) is known color: Medium Red Violet. HEX triplet: B8, 42 and 85. RGB value is (184,66,133). Sum of RGB (Red+Green+Blue) = 184+66+133=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B84285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84285 is #47BD7A. Grayscale: #6C6C6C. Windows color (decimal): -4701563 or 8733368. OLE color: 8733368.

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

Color convert

RGB 184 66 133 -
CMYK 0 0.64 0.28 0.28
HSL 325.93º 0.47% 0.49% -
HSV(B) 325.93º 0.64% 0.72% -
XYZ 25.95 15.78 23.87 -
YUV 108.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 184 66 133 0 0.64 0.28 0.28 325.93 0.47 0.49
Hex B8 42 85 0 40 1C 1C 146 2F 31
Octal 270 102 205 0 100 34 34 506 57 61
Binary 10111000 1000010 10000101 0 1000000 11100 11100 101000110 101111 110001

Color Harmonies of #B84285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84285

Black with #B84285

Text Example


Text Example

White with #B84285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84285; }

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

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

background-color css

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

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

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

border-color css

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

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

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