Html Css Color HEX #B9246D Medium Red Violet

📋 copy color: '#B9246D'

red 185 ◦ green 36 ◦ blue 109

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

Shades of Medium Red Violet #B9246D

Tints of Medium Red Violet #B9246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 56.06%
G = 10.91%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9246D (or 0xB9246D) is known color: Medium Red Violet. HEX triplet: B9, 24 and 6D. RGB value is (185,36,109). Sum of RGB (Red+Green+Blue) = 185+36+109=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9246D is #46DB92. Grayscale: #585858. Windows color (decimal): -4643731 or 7152825. OLE color: 7152825.

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

Color convert

RGB 185 36 109 -
CMYK 0 0.81 0.41 0.27
HSL 330.6º 0.67% 0.43% -
HSV(B) 330.6º 0.81% 0.73% -
XYZ 23.4 12.68 15.68 -
YUV 88.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 185 36 109 0 0.81 0.41 0.27 330.6 0.67 0.43
Hex B9 24 6D 0 51 29 1B 14B 43 2B
Octal 271 44 155 0 121 51 33 513 103 53
Binary 10111001 100100 1101101 0 1010001 101001 11011 101001011 1000011 101011

Color Harmonies of #B9246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9246D

Black with #B9246D

Text Example


Text Example

White with #B9246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9246D; }

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

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

background-color css

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

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

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

border-color css

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

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

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