Html Css Color HEX #B9297A Medium Red Violet

📋 copy color: '#B9297A'

red 185 ◦ green 41 ◦ blue 122

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

Shades of Medium Red Violet #B9297A

Tints of Medium Red Violet #B9297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 53.16%
G = 11.78%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9297A (or 0xB9297A) is known color: Medium Red Violet. HEX triplet: B9, 29 and 7A. RGB value is (185,41,122). Sum of RGB (Red+Green+Blue) = 185+41+122=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9297A is #46D685. Grayscale: #5D5D5D. Windows color (decimal): -4642438 or 8006073. OLE color: 8006073.

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

Color convert

RGB 185 41 122 -
CMYK 0 0.78 0.34 0.27
HSL 326.25º 0.64% 0.44% -
HSV(B) 326.25º 0.78% 0.73% -
XYZ 24.31 13.31 19.7 -
YUV 93.29 144.21 193.41 -
System Red Green Blue C M Y K H S L
Decimal 185 41 122 0 0.78 0.34 0.27 326.25 0.64 0.44
Hex B9 29 7A 0 4E 22 1B 146 40 2C
Octal 271 51 172 0 116 42 33 506 100 54
Binary 10111001 101001 1111010 0 1001110 100010 11011 101000110 1000000 101100

Color Harmonies of #B9297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9297A

Black with #B9297A

Text Example


Text Example

White with #B9297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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