Html Css Color HEX #B9277B Medium Red Violet

📋 copy color: '#B9277B'

red 185 ◦ green 39 ◦ blue 123

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

Shades of Medium Red Violet #B9277B

Tints of Medium Red Violet #B9277B

RGB

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

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

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

R = 53.31%
G = 11.24%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9277B (or 0xB9277B) is known color: Medium Red Violet. HEX triplet: B9, 27 and 7B. RGB value is (185,39,123). Sum of RGB (Red+Green+Blue) = 185+39+123=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9277B is #46D884. Grayscale: #5C5C5C. Windows color (decimal): -4642949 or 8071097. OLE color: 8071097.

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

Color convert

RGB 185 39 123 -
CMYK 0 0.79 0.34 0.27
HSL 325.48º 0.65% 0.44% -
HSV(B) 325.48º 0.79% 0.73% -
XYZ 24.31 13.2 20 -
YUV 92.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 185 39 123 0 0.79 0.34 0.27 325.48 0.65 0.44
Hex B9 27 7B 0 4F 22 1B 145 41 2C
Octal 271 47 173 0 117 42 33 505 101 54
Binary 10111001 100111 1111011 0 1001111 100010 11011 101000101 1000001 101100

Color Harmonies of #B9277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9277B

Black with #B9277B

Text Example


Text Example

White with #B9277B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9277B; }

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

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

background-color css

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

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

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

border-color css

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

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

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