Html Css Color HEX #B04191 Medium Red Violet

📋 copy color: '#B04191'

red 176 ◦ green 65 ◦ blue 145

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

Shades of Medium Red Violet #B04191

Tints of Medium Red Violet #B04191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.84%

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

R = 45.6%
G = 16.84%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B04191 (or 0xB04191) is known color: Medium Red Violet. HEX triplet: B0, 41 and 91. RGB value is (176,65,145). Sum of RGB (Red+Green+Blue) = 176+65+145=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B04191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04191 is #4FBE6E. Grayscale: #6B6B6B. Windows color (decimal): -5226095 or 9519536. OLE color: 9519536.

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

Color convert

RGB 176 65 145 -
CMYK 0 0.63 0.18 0.31
HSL 316.76º 0.46% 0.47% -
HSV(B) 316.76º 0.63% 0.69% -
XYZ 24.91 15.06 28.38 -
YUV 107.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 176 65 145 0 0.63 0.18 0.31 316.76 0.46 0.47
Hex B0 41 91 0 3F 12 1F 13D 2E 2F
Octal 260 101 221 0 77 22 37 475 56 57
Binary 10110000 1000001 10010001 0 111111 10010 11111 100111101 101110 101111

Color Harmonies of #B04191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04191

Black with #B04191

Text Example


Text Example

White with #B04191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04191; }

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

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

background-color css

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

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

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

border-color css

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

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

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