Html Css Color HEX #B04584 Medium Red Violet

📋 copy color: '#B04584'

red 176 ◦ green 69 ◦ blue 132

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

Shades of Medium Red Violet #B04584

Tints of Medium Red Violet #B04584

RGB

 RED value IS 176 (69.14% from 255) = 46.68%

 GREEN value IS 69 (27.34% from 255) = 18.3%

 BLUE value IS 132 (51.95% from 255) = 35.01%

R = 46.68%
G = 18.3%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B04584 (or 0xB04584) is known color: Medium Red Violet. HEX triplet: B0, 45 and 84. RGB value is (176,69,132). Sum of RGB (Red+Green+Blue) = 176+69+132=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B04584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04584 is #4FBA7B. Grayscale: #6C6C6C. Windows color (decimal): -5225084 or 8668592. OLE color: 8668592.

HSL color Cylindrical-coordinate representation of color #B04584: hue angle of 324.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04584 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 132 -
CMYK 0 0.61 0.25 0.31
HSL 324.67º 0.44% 0.48% -
HSV(B) 324.67º 0.61% 0.69% -
XYZ 24.2 15.15 23.48 -
YUV 108.18 141.45 176.38 -
System Red Green Blue C M Y K H S L
Decimal 176 69 132 0 0.61 0.25 0.31 324.67 0.44 0.48
Hex B0 45 84 0 3D 19 1F 145 2C 30
Octal 260 105 204 0 75 31 37 505 54 60
Binary 10110000 1000101 10000100 0 111101 11001 11111 101000101 101100 110000

Color Harmonies of #B04584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04584

Black with #B04584

Text Example


Text Example

White with #B04584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04584; }

 p { color: rgb(176,69,132); }

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

background-color css

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

 a { background-color: rgb(176,69,132); }

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

border-color css

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

 span { border-color: rgb(176,69,132); }

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