Shades of Medium Red Violet #B6266B
Tints of Medium Red Violet #B6266B
RGB
CMYK
RGB Variations
Color information
#B6266B (or 0xB6266B) is known color: Medium Red Violet. HEX triplet: B6, 26 and 6B. RGB value is (182,38,107). Sum of RGB (Red+Green+Blue) = 182+38+107=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6266B is #49D994. Grayscale: #585858. Windows color (decimal): -4839829 or 7022262. OLE color: 7022262.
HSL color Cylindrical-coordinate representation of color #B6266B: hue angle of 331.25º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6266B is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 38 | 107 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.29 |
| HSL | 331.25º | 0.65% | 0.43% | - |
| HSV(B) | 331.25º | 0.79% | 0.71% | - |
| XYZ | 22.64 | 12.39 | 15.11 | - |
| YUV | 88.92 | 138.21 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 38 | 107 | 0 | 0.79 | 0.41 | 0.29 | 331.25 | 0.65 | 0.43 |
| Hex | B6 | 26 | 6B | 0 | 4F | 29 | 1D | 14B | 41 | 2B |
| Octal | 266 | 46 | 153 | 0 | 117 | 51 | 35 | 513 | 101 | 53 |
| Binary | 10110110 | 100110 | 1101011 | 0 | 1001111 | 101001 | 11101 | 101001011 | 1000001 | 101011 |
Color Harmonies of #B6266B
Complementary color
Monochromatic Colors of #B6266B
Black with #B6266B
Text Example
Text Example
White with #B6266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6266B; }
p { color: rgb(182,38,107); }
H1.HeaderClassName
{
color: #B6266B;
}
.AnyTagClassName
{
color: #B6266B;
}
</style>
background-color css
<style>
a { background-color: #B6266B; }
a { background-color: rgb(182,38,107); }
div.DivClassName
{
background-color: #B6266B;
}
.BgClassName
{
background-color: #B6266B;
}
</style>
border-color css
<style>
span { border-color: #B6266B; }
span { border-color: rgb(182,38,107); }
td.TdClassName
{
border-color: #B6266B;
}
.TagClassName
{
border-color: #B6266B;
}
</style>