Html Css Color HEX #B04091 Medium Red Violet

📋 copy color: '#B04091'

red 176 ◦ green 64 ◦ blue 145

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

Shades of Medium Red Violet #B04091

Tints of Medium Red Violet #B04091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.62%

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 45.71%
G = 16.62%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B04091 (or 0xB04091) is known color: Medium Red Violet. HEX triplet: B0, 40 and 91. RGB value is (176,64,145). Sum of RGB (Red+Green+Blue) = 176+64+145=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B04091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04091 is #4FBF6E. Grayscale: #6A6A6A. Windows color (decimal): -5226351 or 9519280. OLE color: 9519280.

HSL color Cylindrical-coordinate representation of color #B04091: hue angle of 316.61º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04091 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 145 -
CMYK 0 0.64 0.18 0.31
HSL 316.61º 0.47% 0.47% -
HSV(B) 316.61º 0.64% 0.69% -
XYZ 24.85 14.94 28.36 -
YUV 106.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 176 64 145 0 0.64 0.18 0.31 316.61 0.47 0.47
Hex B0 40 91 0 40 12 1F 13D 2F 2F
Octal 260 100 221 0 100 22 37 475 57 57
Binary 10110000 1000000 10010001 0 1000000 10010 11111 100111101 101111 101111

Color Harmonies of #B04091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04091

Black with #B04091

Text Example


Text Example

White with #B04091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04091; }

 p { color: rgb(176,64,145); }

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

background-color css

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

 a { background-color: rgb(176,64,145); }

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

border-color css

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

 span { border-color: rgb(176,64,145); }

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