Html Css Color HEX #B04189 Medium Red Violet

📋 copy color: '#B04189'

red 176 ◦ green 65 ◦ blue 137

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

Shades of Medium Red Violet #B04189

Tints of Medium Red Violet #B04189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 46.56%
G = 17.2%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B04189 (or 0xB04189) is known color: Medium Red Violet. HEX triplet: B0, 41 and 89. RGB value is (176,65,137). Sum of RGB (Red+Green+Blue) = 176+65+137=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B04189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04189 is #4FBE76. Grayscale: #6A6A6A. Windows color (decimal): -5226103 or 8995248. OLE color: 8995248.

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

Color convert

RGB 176 65 137 -
CMYK 0 0.63 0.22 0.31
HSL 321.08º 0.46% 0.47% -
HSV(B) 321.08º 0.63% 0.69% -
XYZ 24.31 14.82 25.25 -
YUV 106.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 176 65 137 0 0.63 0.22 0.31 321.08 0.46 0.47
Hex B0 41 89 0 3F 16 1F 141 2E 2F
Octal 260 101 211 0 77 26 37 501 56 57
Binary 10110000 1000001 10001001 0 111111 10110 11111 101000001 101110 101111

Color Harmonies of #B04189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04189

Black with #B04189

Text Example


Text Example

White with #B04189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04189; }

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

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

background-color css

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

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

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

border-color css

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

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

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