Html Css Color HEX #B9276E Medium Red Violet

📋 copy color: '#B9276E'

red 185 ◦ green 39 ◦ blue 110

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

Shades of Medium Red Violet #B9276E

Tints of Medium Red Violet #B9276E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 55.39%
G = 11.68%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9276E (or 0xB9276E) is known color: Medium Red Violet. HEX triplet: B9, 27 and 6E. RGB value is (185,39,110). Sum of RGB (Red+Green+Blue) = 185+39+110=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B9276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9276E is #46D891. Grayscale: #5A5A5A. Windows color (decimal): -4642962 or 7219129. OLE color: 7219129.

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

Color convert

RGB 185 39 110 -
CMYK 0 0.79 0.41 0.27
HSL 330.82º 0.65% 0.44% -
HSV(B) 330.82º 0.79% 0.73% -
XYZ 23.55 12.89 16 -
YUV 90.75 138.87 195.23 -
System Red Green Blue C M Y K H S L
Decimal 185 39 110 0 0.79 0.41 0.27 330.82 0.65 0.44
Hex B9 27 6E 0 4F 29 1B 14B 41 2C
Octal 271 47 156 0 117 51 33 513 101 54
Binary 10111001 100111 1101110 0 1001111 101001 11011 101001011 1000001 101100

Color Harmonies of #B9276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9276E

Black with #B9276E

Text Example


Text Example

White with #B9276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9276E; }

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

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

background-color css

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

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

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

border-color css

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

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

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