Html Css Color HEX #B04192 Medium Red Violet

📋 copy color: '#B04192'

red 176 ◦ green 65 ◦ blue 146

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

Shades of Medium Red Violet #B04192

Tints of Medium Red Violet #B04192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.73%

R = 45.48%
G = 16.8%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B04192 (or 0xB04192) is known color: Medium Red Violet. HEX triplet: B0, 41 and 92. RGB value is (176,65,146). Sum of RGB (Red+Green+Blue) = 176+65+146=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B04192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04192 is #4FBE6D. Grayscale: #6B6B6B. Windows color (decimal): -5226094 or 9585072. OLE color: 9585072.

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

Color convert

RGB 176 65 146 -
CMYK 0 0.63 0.17 0.31
HSL 316.22º 0.46% 0.47% -
HSV(B) 316.22º 0.63% 0.69% -
XYZ 24.98 15.09 28.79 -
YUV 107.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 176 65 146 0 0.63 0.17 0.31 316.22 0.46 0.47
Hex B0 41 92 0 3F 11 1F 13C 2E 2F
Octal 260 101 222 0 77 21 37 474 56 57
Binary 10110000 1000001 10010010 0 111111 10001 11111 100111100 101110 101111

Color Harmonies of #B04192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04192

Black with #B04192

Text Example


Text Example

White with #B04192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04192; }

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

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

background-color css

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

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

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

border-color css

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

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

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