Html Css Color HEX #B9298A Medium Red Violet

📋 copy color: '#B9298A'

red 185 ◦ green 41 ◦ blue 138

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

Shades of Medium Red Violet #B9298A

Tints of Medium Red Violet #B9298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 50.82%
G = 11.26%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9298A (or 0xB9298A) is known color: Medium Red Violet. HEX triplet: B9, 29 and 8A. RGB value is (185,41,138). Sum of RGB (Red+Green+Blue) = 185+41+138=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9298A is #46D675. Grayscale: #5E5E5E. Windows color (decimal): -4642422 or 9054649. OLE color: 9054649.

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

Color convert

RGB 185 41 138 -
CMYK 0 0.78 0.25 0.27
HSL 319.58º 0.64% 0.44% -
HSV(B) 319.58º 0.78% 0.73% -
XYZ 25.39 13.74 25.36 -
YUV 95.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 185 41 138 0 0.78 0.25 0.27 319.58 0.64 0.44
Hex B9 29 8A 0 4E 19 1B 140 40 2C
Octal 271 51 212 0 116 31 33 500 100 54
Binary 10111001 101001 10001010 0 1001110 11001 11011 101000000 1000000 101100

Color Harmonies of #B9298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9298A

Black with #B9298A

Text Example


Text Example

White with #B9298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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