Html Css Color HEX #B9249C Medium Red Violet

📋 copy color: '#B9249C'

red 185 ◦ green 36 ◦ blue 156

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

Shades of Medium Red Violet #B9249C

Tints of Medium Red Violet #B9249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 49.07%
G = 9.55%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9249C (or 0xB9249C) is known color: Medium Red Violet. HEX triplet: B9, 24 and 9C. RGB value is (185,36,156). Sum of RGB (Red+Green+Blue) = 185+36+156=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9249C is #46DB63. Grayscale: #5D5D5D. Windows color (decimal): -4643684 or 10233017. OLE color: 10233017.

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

Color convert

RGB 185 36 156 -
CMYK 0 0.81 0.16 0.27
HSL 311.68º 0.67% 0.43% -
HSV(B) 311.68º 0.81% 0.73% -
XYZ 26.64 13.98 32.75 -
YUV 94.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 185 36 156 0 0.81 0.16 0.27 311.68 0.67 0.43
Hex B9 24 9C 0 51 10 1B 138 43 2B
Octal 271 44 234 0 121 20 33 470 103 53
Binary 10111001 100100 10011100 0 1010001 10000 11011 100111000 1000011 101011

Color Harmonies of #B9249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9249C

Black with #B9249C

Text Example


Text Example

White with #B9249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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