Html Css Color HEX #B9277E Medium Red Violet

📋 copy color: '#B9277E'

red 185 ◦ green 39 ◦ blue 126

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

Shades of Medium Red Violet #B9277E

Tints of Medium Red Violet #B9277E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36%

R = 52.86%
G = 11.14%
B = 36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9277E (or 0xB9277E) is known color: Medium Red Violet. HEX triplet: B9, 27 and 7E. RGB value is (185,39,126). Sum of RGB (Red+Green+Blue) = 185+39+126=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9277E is #46D881. Grayscale: #5C5C5C. Windows color (decimal): -4642946 or 8267705. OLE color: 8267705.

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

Color convert

RGB 185 39 126 -
CMYK 0 0.79 0.32 0.27
HSL 324.25º 0.65% 0.44% -
HSV(B) 324.25º 0.79% 0.73% -
XYZ 24.5 13.27 21.01 -
YUV 92.57 146.87 193.93 -
System Red Green Blue C M Y K H S L
Decimal 185 39 126 0 0.79 0.32 0.27 324.25 0.65 0.44
Hex B9 27 7E 0 4F 20 1B 144 41 2C
Octal 271 47 176 0 117 40 33 504 101 54
Binary 10111001 100111 1111110 0 1001111 100000 11011 101000100 1000001 101100

Color Harmonies of #B9277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9277E

Black with #B9277E

Text Example


Text Example

White with #B9277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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