Html Css Color HEX #B04392 Medium Red Violet

📋 copy color: '#B04392'

red 176 ◦ green 67 ◦ blue 146

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

Shades of Medium Red Violet #B04392

Tints of Medium Red Violet #B04392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 45.24%
G = 17.22%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B04392 (or 0xB04392) is known color: Medium Red Violet. HEX triplet: B0, 43 and 92. RGB value is (176,67,146). Sum of RGB (Red+Green+Blue) = 176+67+146=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B04392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04392 is #4FBC6D. Grayscale: #6C6C6C. Windows color (decimal): -5225582 or 9585584. OLE color: 9585584.

HSL color Cylindrical-coordinate representation of color #B04392: hue angle of 316.51º 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 #B04392 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 67 146 -
CMYK 0 0.62 0.17 0.31
HSL 316.51º 0.45% 0.48% -
HSV(B) 316.51º 0.62% 0.69% -
XYZ 25.1 15.32 28.83 -
YUV 108.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 176 67 146 0 0.62 0.17 0.31 316.51 0.45 0.48
Hex B0 43 92 0 3E 11 1F 13D 2D 30
Octal 260 103 222 0 76 21 37 475 55 60
Binary 10110000 1000011 10010010 0 111110 10001 11111 100111101 101101 110000

Color Harmonies of #B04392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04392

Black with #B04392

Text Example


Text Example

White with #B04392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04392; }

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

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

background-color css

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

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

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

border-color css

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

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

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