Html Css Color HEX #B04490 Medium Red Violet

📋 copy color: '#B04490'

red 176 ◦ green 68 ◦ blue 144

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

Shades of Medium Red Violet #B04490

Tints of Medium Red Violet #B04490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.53%

 BLUE value IS 144 (56.64% from 255) = 37.11%

R = 45.36%
G = 17.53%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B04490 (or 0xB04490) is known color: Medium Red Violet. HEX triplet: B0, 44 and 90. RGB value is (176,68,144). Sum of RGB (Red+Green+Blue) = 176+68+144=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B04490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04490 is #4FBB6F. Grayscale: #6C6C6C. Windows color (decimal): -5225328 or 9454768. OLE color: 9454768.

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

Color convert

RGB 176 68 144 -
CMYK 0 0.61 0.18 0.31
HSL 317.78º 0.44% 0.48% -
HSV(B) 317.78º 0.61% 0.69% -
XYZ 25.01 15.38 28.04 -
YUV 108.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 176 68 144 0 0.61 0.18 0.31 317.78 0.44 0.48
Hex B0 44 90 0 3D 12 1F 13E 2C 30
Octal 260 104 220 0 75 22 37 476 54 60
Binary 10110000 1000100 10010000 0 111101 10010 11111 100111110 101100 110000

Color Harmonies of #B04490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04490

Black with #B04490

Text Example


Text Example

White with #B04490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04490; }

 p { color: rgb(176,68,144); }

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

background-color css

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

 a { background-color: rgb(176,68,144); }

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

border-color css

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

 span { border-color: rgb(176,68,144); }

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