Shades of Medium Red Violet #B8266B
Tints of Medium Red Violet #B8266B
RGB
CMYK
RGB Variations
Color information
#B8266B (or 0xB8266B) is known color: Medium Red Violet. HEX triplet: B8, 26 and 6B. RGB value is (184,38,107). Sum of RGB (Red+Green+Blue) = 184+38+107=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8266B is #47D994. Grayscale: #595959. Windows color (decimal): -4708757 or 7022264. OLE color: 7022264.
HSL color Cylindrical-coordinate representation of color #B8266B: hue angle of 331.64º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8266B is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 107 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.28 |
| HSL | 331.64º | 0.66% | 0.44% | - |
| HSV(B) | 331.64º | 0.79% | 0.72% | - |
| XYZ | 23.11 | 12.64 | 15.13 | - |
| YUV | 89.52 | 137.87 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 107 | 0 | 0.79 | 0.42 | 0.28 | 331.64 | 0.66 | 0.44 |
| Hex | B8 | 26 | 6B | 0 | 4F | 2A | 1C | 14C | 42 | 2C |
| Octal | 270 | 46 | 153 | 0 | 117 | 52 | 34 | 514 | 102 | 54 |
| Binary | 10111000 | 100110 | 1101011 | 0 | 1001111 | 101010 | 11100 | 101001100 | 1000010 | 101100 |
Color Harmonies of #B8266B
Complementary color
Monochromatic Colors of #B8266B
Black with #B8266B
Text Example
Text Example
White with #B8266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8266B; }
p { color: rgb(184,38,107); }
H1.HeaderClassName
{
color: #B8266B;
}
.AnyTagClassName
{
color: #B8266B;
}
</style>
background-color css
<style>
a { background-color: #B8266B; }
a { background-color: rgb(184,38,107); }
div.DivClassName
{
background-color: #B8266B;
}
.BgClassName
{
background-color: #B8266B;
}
</style>
border-color css
<style>
span { border-color: #B8266B; }
span { border-color: rgb(184,38,107); }
td.TdClassName
{
border-color: #B8266B;
}
.TagClassName
{
border-color: #B8266B;
}
</style>