Html Css Color HEX #B9279D Medium Red Violet

📋 copy color: '#B9279D'

red 185 ◦ green 39 ◦ blue 157

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

Shades of Medium Red Violet #B9279D

Tints of Medium Red Violet #B9279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 48.56%
G = 10.24%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9279D (or 0xB9279D) is known color: Medium Red Violet. HEX triplet: B9, 27 and 9D. RGB value is (185,39,157). Sum of RGB (Red+Green+Blue) = 185+39+157=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9279D is #46D862. Grayscale: #5F5F5F. Windows color (decimal): -4642915 or 10299321. OLE color: 10299321.

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

Color convert

RGB 185 39 157 -
CMYK 0 0.79 0.15 0.27
HSL 311.51º 0.65% 0.44% -
HSV(B) 311.51º 0.79% 0.73% -
XYZ 26.82 14.2 33.23 -
YUV 96.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 185 39 157 0 0.79 0.15 0.27 311.51 0.65 0.44
Hex B9 27 9D 0 4F F 1B 138 41 2C
Octal 271 47 235 0 117 17 33 470 101 54
Binary 10111001 100111 10011101 0 1001111 1111 11011 100111000 1000001 101100

Color Harmonies of #B9279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9279D

Black with #B9279D

Text Example


Text Example

White with #B9279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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