Html Css Color HEX #B94085 Medium Red Violet

📋 copy color: '#B94085'

red 185 ◦ green 64 ◦ blue 133

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

Shades of Medium Red Violet #B94085

Tints of Medium Red Violet #B94085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.82%

R = 48.43%
G = 16.75%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B94085 (or 0xB94085) is known color: Medium Red Violet. HEX triplet: B9, 40 and 85. RGB value is (185,64,133). Sum of RGB (Red+Green+Blue) = 185+64+133=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B94085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94085 is #46BF7A. Grayscale: #6B6B6B. Windows color (decimal): -4636539 or 8732857. OLE color: 8732857.

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

Color convert

RGB 185 64 133 -
CMYK 0 0.65 0.28 0.27
HSL 325.79º 0.49% 0.49% -
HSV(B) 325.79º 0.65% 0.73% -
XYZ 26.07 15.67 23.84 -
YUV 108.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 185 64 133 0 0.65 0.28 0.27 325.79 0.49 0.49
Hex B9 40 85 0 41 1C 1B 146 31 31
Octal 271 100 205 0 101 34 33 506 61 61
Binary 10111001 1000000 10000101 0 1000001 11100 11011 101000110 110001 110001

Color Harmonies of #B94085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94085

Black with #B94085

Text Example


Text Example

White with #B94085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94085; }

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

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

background-color css

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

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

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

border-color css

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

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

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