Html Css Color HEX #B94089 Medium Red Violet

📋 copy color: '#B94089'

red 185 ◦ green 64 ◦ blue 137

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

Shades of Medium Red Violet #B94089

Tints of Medium Red Violet #B94089

RGB

 RED value IS 185 (72.66% from 255) = 47.93%

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

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

R = 47.93%
G = 16.58%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B94089 (or 0xB94089) is known color: Medium Red Violet. HEX triplet: B9, 40 and 89. RGB value is (185,64,137). Sum of RGB (Red+Green+Blue) = 185+64+137=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B94089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94089 is #46BF76. Grayscale: #6C6C6C. Windows color (decimal): -4636535 or 8995001. OLE color: 8995001.

HSL color Cylindrical-coordinate representation of color #B94089: hue angle of 323.8º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94089 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 137 -
CMYK 0 0.65 0.26 0.27
HSL 323.8º 0.49% 0.49% -
HSV(B) 323.8º 0.65% 0.73% -
XYZ 26.36 15.79 25.33 -
YUV 108.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 185 64 137 0 0.65 0.26 0.27 323.8 0.49 0.49
Hex B9 40 89 0 41 1A 1B 144 31 31
Octal 271 100 211 0 101 32 33 504 61 61
Binary 10111001 1000000 10001001 0 1000001 11010 11011 101000100 110001 110001

Color Harmonies of #B94089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94089

Black with #B94089

Text Example


Text Example

White with #B94089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94089; }

 p { color: rgb(185,64,137); }

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

background-color css

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

 a { background-color: rgb(185,64,137); }

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

border-color css

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

 span { border-color: rgb(185,64,137); }

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