Html Css Color HEX #B9247B Medium Red Violet

📋 copy color: '#B9247B'

red 185 ◦ green 36 ◦ blue 123

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

Shades of Medium Red Violet #B9247B

Tints of Medium Red Violet #B9247B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 53.78%
G = 10.47%
B = 35.76%

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

#B9247B (or 0xB9247B) is known color: Medium Red Violet. HEX triplet: B9, 24 and 7B. RGB value is (185,36,123). Sum of RGB (Red+Green+Blue) = 185+36+123=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9247B is #46DB84. Grayscale: #5A5A5A. Windows color (decimal): -4643717 or 8070329. OLE color: 8070329.

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

Color convert

RGB 185 36 123 -
CMYK 0 0.81 0.34 0.27
HSL 324.97º 0.67% 0.43% -
HSV(B) 324.97º 0.81% 0.73% -
XYZ 24.21 13.01 19.97 -
YUV 90.47 146.36 195.43 -
System Red Green Blue C M Y K H S L
Decimal 185 36 123 0 0.81 0.34 0.27 324.97 0.67 0.43
Hex B9 24 7B 0 51 22 1B 145 43 2B
Octal 271 44 173 0 121 42 33 505 103 53
Binary 10111001 100100 1111011 0 1010001 100010 11011 101000101 1000011 101011

Color Harmonies of #B9247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9247B

Black with #B9247B

Text Example


Text Example

White with #B9247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9247B; }

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

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

background-color css

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

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

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

border-color css

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

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

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