Html Css Color HEX #B94280 Medium Red Violet

📋 copy color: '#B94280'

red 185 ◦ green 66 ◦ blue 128

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

Shades of Medium Red Violet #B94280

Tints of Medium Red Violet #B94280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

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

R = 48.81%
G = 17.41%
B = 33.77%

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

#B94280 (or 0xB94280) is known color: Medium Red Violet. HEX triplet: B9, 42 and 80. RGB value is (185,66,128). Sum of RGB (Red+Green+Blue) = 185+66+128=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B94280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94280 is #46BD7F. Grayscale: #6C6C6C. Windows color (decimal): -4636032 or 8405689. OLE color: 8405689.

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

Color convert

RGB 185 66 128 -
CMYK 0 0.64 0.31 0.27
HSL 328.74º 0.47% 0.49% -
HSV(B) 328.74º 0.64% 0.73% -
XYZ 25.85 15.77 22.1 -
YUV 108.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 185 66 128 0 0.64 0.31 0.27 328.74 0.47 0.49
Hex B9 42 80 0 40 1F 1B 149 2F 31
Octal 271 102 200 0 100 37 33 511 57 61
Binary 10111001 1000010 10000000 0 1000000 11111 11011 101001001 101111 110001

Color Harmonies of #B94280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94280

Black with #B94280

Text Example


Text Example

White with #B94280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94280; }

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

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

background-color css

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

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

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

border-color css

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

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

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