Html Css Color HEX #B9247A Medium Red Violet

📋 copy color: '#B9247A'

red 185 ◦ green 36 ◦ blue 122

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

Shades of Medium Red Violet #B9247A

Tints of Medium Red Violet #B9247A

RGB

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

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

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

R = 53.94%
G = 10.5%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9247A (or 0xB9247A) is known color: Medium Red Violet. HEX triplet: B9, 24 and 7A. RGB value is (185,36,122). Sum of RGB (Red+Green+Blue) = 185+36+122=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9247A is #46DB85. Grayscale: #5A5A5A. Windows color (decimal): -4643718 or 8004793. OLE color: 8004793.

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

Color convert

RGB 185 36 122 -
CMYK 0 0.81 0.34 0.27
HSL 325.37º 0.67% 0.43% -
HSV(B) 325.37º 0.81% 0.73% -
XYZ 24.15 12.98 19.65 -
YUV 90.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 185 36 122 0 0.81 0.34 0.27 325.37 0.67 0.43
Hex B9 24 7A 0 51 22 1B 145 43 2B
Octal 271 44 172 0 121 42 33 505 103 53
Binary 10111001 100100 1111010 0 1010001 100010 11011 101000101 1000011 101011

Color Harmonies of #B9247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9247A

Black with #B9247A

Text Example


Text Example

White with #B9247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9247A; }

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

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

background-color css

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

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

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

border-color css

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

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

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