Html Css Color HEX #B9249A Medium Red Violet

📋 copy color: '#B9249A'

red 185 ◦ green 36 ◦ blue 154

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

Shades of Medium Red Violet #B9249A

Tints of Medium Red Violet #B9249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.6%

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 49.33%
G = 9.6%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9249A (or 0xB9249A) is known color: Medium Red Violet. HEX triplet: B9, 24 and 9A. RGB value is (185,36,154). Sum of RGB (Red+Green+Blue) = 185+36+154=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9249A is #46DB65. Grayscale: #5D5D5D. Windows color (decimal): -4643686 or 10101945. OLE color: 10101945.

HSL color Cylindrical-coordinate representation of color #B9249A: hue angle of 312.48º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9249A is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 36 154 -
CMYK 0 0.81 0.17 0.27
HSL 312.48º 0.67% 0.43% -
HSV(B) 312.48º 0.81% 0.73% -
XYZ 26.47 13.91 31.86 -
YUV 94 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 185 36 154 0 0.81 0.17 0.27 312.48 0.67 0.43
Hex B9 24 9A 0 51 11 1B 138 43 2B
Octal 271 44 232 0 121 21 33 470 103 53
Binary 10111001 100100 10011010 0 1010001 10001 11011 100111000 1000011 101011

Color Harmonies of #B9249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9249A

Black with #B9249A

Text Example


Text Example

White with #B9249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9249A; }

 p { color: rgb(185,36,154); }

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

background-color css

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

 a { background-color: rgb(185,36,154); }

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

border-color css

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

 span { border-color: rgb(185,36,154); }

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