Html Css Color HEX #B94194 Medium Red Violet

📋 copy color: '#B94194'

red 185 ◦ green 65 ◦ blue 148

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

Shades of Medium Red Violet #B94194

Tints of Medium Red Violet #B94194

RGB

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

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

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

R = 46.48%
G = 16.33%
B = 37.19%

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

#B94194 (or 0xB94194) is known color: Medium Red Violet. HEX triplet: B9, 41 and 94. RGB value is (185,65,148). Sum of RGB (Red+Green+Blue) = 185+65+148=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B94194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94194 is #46BE6B. Grayscale: #6E6E6E. Windows color (decimal): -4636268 or 9716153. OLE color: 9716153.

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

Color convert

RGB 185 65 148 -
CMYK 0 0.65 0.20 0.27
HSL 318.5º 0.48% 0.49% -
HSV(B) 318.5º 0.65% 0.73% -
XYZ 27.24 16.23 29.71 -
YUV 110.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 185 65 148 0 0.65 0.20 0.27 318.5 0.48 0.49
Hex B9 41 94 0 41 14 1B 13E 30 31
Octal 271 101 224 0 101 24 33 476 60 61
Binary 10111001 1000001 10010100 0 1000001 10100 11011 100111110 110000 110001

Color Harmonies of #B94194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94194

Black with #B94194

Text Example


Text Example

White with #B94194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94194; }

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

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

background-color css

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

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

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

border-color css

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

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

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