Html Css Color HEX #B94182 Medium Red Violet

📋 copy color: '#B94182'

red 185 ◦ green 65 ◦ blue 130

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

Shades of Medium Red Violet #B94182

Tints of Medium Red Violet #B94182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

 BLUE value IS 130 (51.17% from 255) = 34.21%

R = 48.68%
G = 17.11%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B94182 (or 0xB94182) is known color: Medium Red Violet. HEX triplet: B9, 41 and 82. RGB value is (185,65,130). Sum of RGB (Red+Green+Blue) = 185+65+130=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B94182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94182 is #46BE7D. Grayscale: #6C6C6C. Windows color (decimal): -4636286 or 8536505. OLE color: 8536505.

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

Color convert

RGB 185 65 130 -
CMYK 0 0.65 0.30 0.27
HSL 327.5º 0.48% 0.49% -
HSV(B) 327.5º 0.65% 0.73% -
XYZ 25.93 15.71 22.78 -
YUV 108.29 140.26 182.71 -
System Red Green Blue C M Y K H S L
Decimal 185 65 130 0 0.65 0.30 0.27 327.5 0.48 0.49
Hex B9 41 82 0 41 1E 1B 148 30 31
Octal 271 101 202 0 101 36 33 510 60 61
Binary 10111001 1000001 10000010 0 1000001 11110 11011 101001000 110000 110001

Color Harmonies of #B94182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94182

Black with #B94182

Text Example


Text Example

White with #B94182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94182; }

 p { color: rgb(185,65,130); }

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

background-color css

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

 a { background-color: rgb(185,65,130); }

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

border-color css

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

 span { border-color: rgb(185,65,130); }

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