Html Css Color HEX #B9276B Medium Red Violet

📋 copy color: '#B9276B'

red 185 ◦ green 39 ◦ blue 107

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

Shades of Medium Red Violet #B9276B

Tints of Medium Red Violet #B9276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 55.89%
G = 11.78%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9276B (or 0xB9276B) is known color: Medium Red Violet. HEX triplet: B9, 27 and 6B. RGB value is (185,39,107). Sum of RGB (Red+Green+Blue) = 185+39+107=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9276B is #46D894. Grayscale: #5A5A5A. Windows color (decimal): -4642965 or 7022521. OLE color: 7022521.

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

Color convert

RGB 185 39 107 -
CMYK 0 0.79 0.42 0.27
HSL 332.05º 0.65% 0.44% -
HSV(B) 332.05º 0.79% 0.73% -
XYZ 23.39 12.83 15.15 -
YUV 90.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 185 39 107 0 0.79 0.42 0.27 332.05 0.65 0.44
Hex B9 27 6B 0 4F 2A 1B 14C 41 2C
Octal 271 47 153 0 117 52 33 514 101 54
Binary 10111001 100111 1101011 0 1001111 101010 11011 101001100 1000001 101100

Color Harmonies of #B9276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9276B

Black with #B9276B

Text Example


Text Example

White with #B9276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9276B; }

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

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

background-color css

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

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

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

border-color css

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

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

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