Html Css Color HEX #B04485 Medium Red Violet

📋 copy color: '#B04485'

red 176 ◦ green 68 ◦ blue 133

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

Shades of Medium Red Violet #B04485

Tints of Medium Red Violet #B04485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 46.68%
G = 18.04%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B04485 (or 0xB04485) is known color: Medium Red Violet. HEX triplet: B0, 44 and 85. RGB value is (176,68,133). Sum of RGB (Red+Green+Blue) = 176+68+133=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B04485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04485 is #4FBB7A. Grayscale: #6B6B6B. Windows color (decimal): -5225339 or 8733872. OLE color: 8733872.

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

Color convert

RGB 176 68 133 -
CMYK 0 0.61 0.24 0.31
HSL 323.89º 0.44% 0.48% -
HSV(B) 323.89º 0.61% 0.69% -
XYZ 24.21 15.06 23.82 -
YUV 107.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 176 68 133 0 0.61 0.24 0.31 323.89 0.44 0.48
Hex B0 44 85 0 3D 18 1F 144 2C 30
Octal 260 104 205 0 75 30 37 504 54 60
Binary 10110000 1000100 10000101 0 111101 11000 11111 101000100 101100 110000

Color Harmonies of #B04485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04485

Black with #B04485

Text Example


Text Example

White with #B04485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04485; }

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

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

background-color css

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

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

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

border-color css

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

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

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