Html Css Color HEX #B94090 Medium Red Violet

📋 copy color: '#B94090'

red 185 ◦ green 64 ◦ blue 144

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

Shades of Medium Red Violet #B94090

Tints of Medium Red Violet #B94090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.64%

R = 47.07%
G = 16.28%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B94090 (or 0xB94090) is known color: Medium Red Violet. HEX triplet: B9, 40 and 90. RGB value is (185,64,144). Sum of RGB (Red+Green+Blue) = 185+64+144=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B94090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94090 is #46BF6F. Grayscale: #6D6D6D. Windows color (decimal): -4636528 or 9453753. OLE color: 9453753.

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

Color convert

RGB 185 64 144 -
CMYK 0 0.65 0.22 0.27
HSL 320.33º 0.49% 0.49% -
HSV(B) 320.33º 0.65% 0.73% -
XYZ 26.88 15.99 28.06 -
YUV 109.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 185 64 144 0 0.65 0.22 0.27 320.33 0.49 0.49
Hex B9 40 90 0 41 16 1B 140 31 31
Octal 271 100 220 0 101 26 33 500 61 61
Binary 10111001 1000000 10010000 0 1000001 10110 11011 101000000 110001 110001

Color Harmonies of #B94090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94090

Black with #B94090

Text Example


Text Example

White with #B94090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94090; }

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

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

background-color css

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

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

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

border-color css

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

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

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