Html Css Color HEX #B94092 Medium Red Violet

📋 copy color: '#B94092'

red 185 ◦ green 64 ◦ blue 146

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

Shades of Medium Red Violet #B94092

Tints of Medium Red Violet #B94092

RGB

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

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

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

R = 46.84%
G = 16.2%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B94092 (or 0xB94092) is known color: Medium Red Violet. HEX triplet: B9, 40 and 92. RGB value is (185,64,146). Sum of RGB (Red+Green+Blue) = 185+64+146=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B94092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94092 is #46BF6D. Grayscale: #6D6D6D. Windows color (decimal): -4636526 or 9584825. OLE color: 9584825.

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

Color convert

RGB 185 64 146 -
CMYK 0 0.65 0.21 0.27
HSL 319.34º 0.49% 0.49% -
HSV(B) 319.34º 0.65% 0.73% -
XYZ 27.03 16.06 28.87 -
YUV 109.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 185 64 146 0 0.65 0.21 0.27 319.34 0.49 0.49
Hex B9 40 92 0 41 15 1B 13F 31 31
Octal 271 100 222 0 101 25 33 477 61 61
Binary 10111001 1000000 10010010 0 1000001 10101 11011 100111111 110001 110001

Color Harmonies of #B94092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94092

Black with #B94092

Text Example


Text Example

White with #B94092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94092; }

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

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

background-color css

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

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

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

border-color css

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

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

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