Html Css Color HEX #B04497 Medium Red Violet

📋 copy color: '#B04497'

red 176 ◦ green 68 ◦ blue 151

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

Shades of Medium Red Violet #B04497

Tints of Medium Red Violet #B04497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.23%

R = 44.56%
G = 17.22%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B04497 (or 0xB04497) is known color: Medium Red Violet. HEX triplet: B0, 44 and 97. RGB value is (176,68,151). Sum of RGB (Red+Green+Blue) = 176+68+151=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B04497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04497 is #4FBB68. Grayscale: #6D6D6D. Windows color (decimal): -5225321 or 9913520. OLE color: 9913520.

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

Color convert

RGB 176 68 151 -
CMYK 0 0.61 0.14 0.31
HSL 313.89º 0.44% 0.48% -
HSV(B) 313.89º 0.61% 0.69% -
XYZ 25.56 15.6 30.94 -
YUV 109.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 176 68 151 0 0.61 0.14 0.31 313.89 0.44 0.48
Hex B0 44 97 0 3D E 1F 13A 2C 30
Octal 260 104 227 0 75 16 37 472 54 60
Binary 10110000 1000100 10010111 0 111101 1110 11111 100111010 101100 110000

Color Harmonies of #B04497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04497

Black with #B04497

Text Example


Text Example

White with #B04497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04497; }

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

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

background-color css

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

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

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

border-color css

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

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

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