Html Css Color HEX #B04595 Medium Red Violet

📋 copy color: '#B04595'

red 176 ◦ green 69 ◦ blue 149

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

Shades of Medium Red Violet #B04595

Tints of Medium Red Violet #B04595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 44.67%
G = 17.51%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B04595 (or 0xB04595) is known color: Medium Red Violet. HEX triplet: B0, 45 and 95. RGB value is (176,69,149). Sum of RGB (Red+Green+Blue) = 176+69+149=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B04595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04595 is #4FBA6A. Grayscale: #6D6D6D. Windows color (decimal): -5225067 or 9782704. OLE color: 9782704.

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

Color convert

RGB 176 69 149 -
CMYK 0 0.61 0.15 0.31
HSL 315.14º 0.44% 0.48% -
HSV(B) 315.14º 0.61% 0.69% -
XYZ 25.46 15.66 30.11 -
YUV 110.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 176 69 149 0 0.61 0.15 0.31 315.14 0.44 0.48
Hex B0 45 95 0 3D F 1F 13B 2C 30
Octal 260 105 225 0 75 17 37 473 54 60
Binary 10110000 1000101 10010101 0 111101 1111 11111 100111011 101100 110000

Color Harmonies of #B04595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04595

Black with #B04595

Text Example


Text Example

White with #B04595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04595; }

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

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

background-color css

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

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

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

border-color css

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

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

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