Html Css Color HEX #B9298D Medium Red Violet

📋 copy color: '#B9298D'

red 185 ◦ green 41 ◦ blue 141

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

Shades of Medium Red Violet #B9298D

Tints of Medium Red Violet #B9298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.17%

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 50.41%
G = 11.17%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9298D (or 0xB9298D) is known color: Medium Red Violet. HEX triplet: B9, 29 and 8D. RGB value is (185,41,141). Sum of RGB (Red+Green+Blue) = 185+41+141=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9298D is #46D672. Grayscale: #5F5F5F. Windows color (decimal): -4642419 or 9251257. OLE color: 9251257.

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

Color convert

RGB 185 41 141 -
CMYK 0 0.78 0.24 0.27
HSL 318.33º 0.64% 0.44% -
HSV(B) 318.33º 0.78% 0.73% -
XYZ 25.61 13.82 26.52 -
YUV 95.46 153.71 191.87 -
System Red Green Blue C M Y K H S L
Decimal 185 41 141 0 0.78 0.24 0.27 318.33 0.64 0.44
Hex B9 29 8D 0 4E 18 1B 13E 40 2C
Octal 271 51 215 0 116 30 33 476 100 54
Binary 10111001 101001 10001101 0 1001110 11000 11011 100111110 1000000 101100

Color Harmonies of #B9298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9298D

Black with #B9298D

Text Example


Text Example

White with #B9298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9298D; }

 p { color: rgb(185,41,141); }

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

background-color css

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

 a { background-color: rgb(185,41,141); }

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

border-color css

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

 span { border-color: rgb(185,41,141); }

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