Html Css Color HEX #B94080 Medium Red Violet

📋 copy color: '#B94080'

red 185 ◦ green 64 ◦ blue 128

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

Shades of Medium Red Violet #B94080

Tints of Medium Red Violet #B94080

RGB

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

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

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

R = 49.07%
G = 16.98%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B94080 (or 0xB94080) is known color: Medium Red Violet. HEX triplet: B9, 40 and 80. RGB value is (185,64,128). Sum of RGB (Red+Green+Blue) = 185+64+128=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B94080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94080 is #46BF7F. Grayscale: #6B6B6B. Windows color (decimal): -4636544 or 8405177. OLE color: 8405177.

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

Color convert

RGB 185 64 128 -
CMYK 0 0.65 0.31 0.27
HSL 328.26º 0.49% 0.49% -
HSV(B) 328.26º 0.65% 0.73% -
XYZ 25.74 15.54 22.07 -
YUV 107.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 185 64 128 0 0.65 0.31 0.27 328.26 0.49 0.49
Hex B9 40 80 0 41 1F 1B 148 31 31
Octal 271 100 200 0 101 37 33 510 61 61
Binary 10111001 1000000 10000000 0 1000001 11111 11011 101001000 110001 110001

Color Harmonies of #B94080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94080

Black with #B94080

Text Example


Text Example

White with #B94080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94080; }

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

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

background-color css

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

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

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

border-color css

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

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

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