Html Css Color HEX #B94094 Medium Red Violet

📋 copy color: '#B94094'

red 185 ◦ green 64 ◦ blue 148

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

Shades of Medium Red Violet #B94094

Tints of Medium Red Violet #B94094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 46.6%
G = 16.12%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B94094 (or 0xB94094) is known color: Medium Red Violet. HEX triplet: B9, 40 and 94. RGB value is (185,64,148). Sum of RGB (Red+Green+Blue) = 185+64+148=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B94094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94094 is #46BF6B. Grayscale: #6D6D6D. Windows color (decimal): -4636524 or 9715897. OLE color: 9715897.

HSL color Cylindrical-coordinate representation of color #B94094: hue angle of 318.35º 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 #B94094 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 148 -
CMYK 0 0.65 0.20 0.27
HSL 318.35º 0.49% 0.49% -
HSV(B) 318.35º 0.65% 0.73% -
XYZ 27.19 16.12 29.7 -
YUV 109.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 185 64 148 0 0.65 0.20 0.27 318.35 0.49 0.49
Hex B9 40 94 0 41 14 1B 13E 31 31
Octal 271 100 224 0 101 24 33 476 61 61
Binary 10111001 1000000 10010100 0 1000001 10100 11011 100111110 110001 110001

Color Harmonies of #B94094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94094

Black with #B94094

Text Example


Text Example

White with #B94094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94094; }

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

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

background-color css

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

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

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

border-color css

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

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

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