Html Css Color HEX #B9277D Medium Red Violet

📋 copy color: '#B9277D'

red 185 ◦ green 39 ◦ blue 125

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

Shades of Medium Red Violet #B9277D

Tints of Medium Red Violet #B9277D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 53.01%
G = 11.17%
B = 35.82%

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

#B9277D (or 0xB9277D) is known color: Medium Red Violet. HEX triplet: B9, 27 and 7D. RGB value is (185,39,125). Sum of RGB (Red+Green+Blue) = 185+39+125=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9277D is #46D882. Grayscale: #5C5C5C. Windows color (decimal): -4642947 or 8202169. OLE color: 8202169.

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

Color convert

RGB 185 39 125 -
CMYK 0 0.79 0.32 0.27
HSL 324.66º 0.65% 0.44% -
HSV(B) 324.66º 0.79% 0.73% -
XYZ 24.43 13.25 20.67 -
YUV 92.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 185 39 125 0 0.79 0.32 0.27 324.66 0.65 0.44
Hex B9 27 7D 0 4F 20 1B 145 41 2C
Octal 271 47 175 0 117 40 33 505 101 54
Binary 10111001 100111 1111101 0 1001111 100000 11011 101000101 1000001 101100

Color Harmonies of #B9277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9277D

Black with #B9277D

Text Example


Text Example

White with #B9277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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