Html Css Color HEX #B9277C Medium Red Violet

📋 copy color: '#B9277C'

red 185 ◦ green 39 ◦ blue 124

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

Shades of Medium Red Violet #B9277C

Tints of Medium Red Violet #B9277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.21%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 53.16%
G = 11.21%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9277C (or 0xB9277C) is known color: Medium Red Violet. HEX triplet: B9, 27 and 7C. RGB value is (185,39,124). Sum of RGB (Red+Green+Blue) = 185+39+124=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9277C is #46D883. Grayscale: #5C5C5C. Windows color (decimal): -4642948 or 8136633. OLE color: 8136633.

HSL color Cylindrical-coordinate representation of color #B9277C: hue angle of 325.07º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9277C is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 39 124 -
CMYK 0 0.79 0.33 0.27
HSL 325.07º 0.65% 0.44% -
HSV(B) 325.07º 0.79% 0.73% -
XYZ 24.37 13.22 20.34 -
YUV 92.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 185 39 124 0 0.79 0.33 0.27 325.07 0.65 0.44
Hex B9 27 7C 0 4F 21 1B 145 41 2C
Octal 271 47 174 0 117 41 33 505 101 54
Binary 10111001 100111 1111100 0 1001111 100001 11011 101000101 1000001 101100

Color Harmonies of #B9277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9277C

Black with #B9277C

Text Example


Text Example

White with #B9277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9277C; }

 p { color: rgb(185,39,124); }

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

background-color css

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

 a { background-color: rgb(185,39,124); }

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

border-color css

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

 span { border-color: rgb(185,39,124); }

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