Html Css Color HEX #B9278D Medium Red Violet

📋 copy color: '#B9278D'

red 185 ◦ green 39 ◦ blue 141

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

Shades of Medium Red Violet #B9278D

Tints of Medium Red Violet #B9278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 50.68%
G = 10.68%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9278D (or 0xB9278D) is known color: Medium Red Violet. HEX triplet: B9, 27 and 8D. RGB value is (185,39,141). Sum of RGB (Red+Green+Blue) = 185+39+141=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9278D is #46D872. Grayscale: #5E5E5E. Windows color (decimal): -4642931 or 9250745. OLE color: 9250745.

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

Color convert

RGB 185 39 141 -
CMYK 0 0.79 0.24 0.27
HSL 318.08º 0.65% 0.44% -
HSV(B) 318.08º 0.79% 0.73% -
XYZ 25.54 13.69 26.5 -
YUV 94.28 154.37 192.71 -
System Red Green Blue C M Y K H S L
Decimal 185 39 141 0 0.79 0.24 0.27 318.08 0.65 0.44
Hex B9 27 8D 0 4F 18 1B 13E 41 2C
Octal 271 47 215 0 117 30 33 476 101 54
Binary 10111001 100111 10001101 0 1001111 11000 11011 100111110 1000001 101100

Color Harmonies of #B9278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9278D

Black with #B9278D

Text Example


Text Example

White with #B9278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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