Html Css Color HEX #B94380 Medium Red Violet

📋 copy color: '#B94380'

red 185 ◦ green 67 ◦ blue 128

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

Shades of Medium Red Violet #B94380

Tints of Medium Red Violet #B94380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 48.68%
G = 17.63%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B94380 (or 0xB94380) is known color: Medium Red Violet. HEX triplet: B9, 43 and 80. RGB value is (185,67,128). Sum of RGB (Red+Green+Blue) = 185+67+128=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B94380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94380 is #46BC7F. Grayscale: #6D6D6D. Windows color (decimal): -4635776 or 8405945. OLE color: 8405945.

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

Color convert

RGB 185 67 128 -
CMYK 0 0.64 0.31 0.27
HSL 328.98º 0.47% 0.49% -
HSV(B) 328.98º 0.64% 0.73% -
XYZ 25.91 15.89 22.12 -
YUV 109.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 185 67 128 0 0.64 0.31 0.27 328.98 0.47 0.49
Hex B9 43 80 0 40 1F 1B 149 2F 31
Octal 271 103 200 0 100 37 33 511 57 61
Binary 10111001 1000011 10000000 0 1000000 11111 11011 101001001 101111 110001

Color Harmonies of #B94380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94380

Black with #B94380

Text Example


Text Example

White with #B94380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94380; }

 p { color: rgb(185,67,128); }

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

background-color css

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

 a { background-color: rgb(185,67,128); }

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

border-color css

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

 span { border-color: rgb(185,67,128); }

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