Html Css Color HEX #B04384 Medium Red Violet

📋 copy color: '#B04384'

red 176 ◦ green 67 ◦ blue 132

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

Shades of Medium Red Violet #B04384

Tints of Medium Red Violet #B04384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.87%

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

R = 46.93%
G = 17.87%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B04384 (or 0xB04384) is known color: Medium Red Violet. HEX triplet: B0, 43 and 84. RGB value is (176,67,132). Sum of RGB (Red+Green+Blue) = 176+67+132=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B04384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04384 is #4FBC7B. Grayscale: #6A6A6A. Windows color (decimal): -5225596 or 8668080. OLE color: 8668080.

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

Color convert

RGB 176 67 132 -
CMYK 0 0.62 0.25 0.31
HSL 324.22º 0.45% 0.48% -
HSV(B) 324.22º 0.62% 0.69% -
XYZ 24.08 14.91 23.44 -
YUV 107 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 176 67 132 0 0.62 0.25 0.31 324.22 0.45 0.48
Hex B0 43 84 0 3E 19 1F 144 2D 30
Octal 260 103 204 0 76 31 37 504 55 60
Binary 10110000 1000011 10000100 0 111110 11001 11111 101000100 101101 110000

Color Harmonies of #B04384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04384

Black with #B04384

Text Example


Text Example

White with #B04384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04384; }

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

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

background-color css

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

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

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

border-color css

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

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

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