Shades of Medium Red Violet #B8268A
Tints of Medium Red Violet #B8268A
RGB
CMYK
RGB Variations
Color information
#B8268A (or 0xB8268A) is known color: Medium Red Violet. HEX triplet: B8, 26 and 8A. RGB value is (184,38,138). Sum of RGB (Red+Green+Blue) = 184+38+138=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8268A is #47D975. Grayscale: #5C5C5C. Windows color (decimal): -4708726 or 9053880. OLE color: 9053880.
HSL color Cylindrical-coordinate representation of color #B8268A: hue angle of 318.9º 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 #B8268A is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 138 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.28 |
| HSL | 318.9º | 0.66% | 0.44% | - |
| HSV(B) | 318.9º | 0.79% | 0.72% | - |
| XYZ | 25.05 | 13.41 | 25.31 | - |
| YUV | 93.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 138 | 0 | 0.79 | 0.25 | 0.28 | 318.9 | 0.66 | 0.44 |
| Hex | B8 | 26 | 8A | 0 | 4F | 19 | 1C | 13F | 42 | 2C |
| Octal | 270 | 46 | 212 | 0 | 117 | 31 | 34 | 477 | 102 | 54 |
| Binary | 10111000 | 100110 | 10001010 | 0 | 1001111 | 11001 | 11100 | 100111111 | 1000010 | 101100 |
Color Harmonies of #B8268A
Complementary color
Monochromatic Colors of #B8268A
Black with #B8268A
Text Example
Text Example
White with #B8268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8268A; }
p { color: rgb(184,38,138); }
H1.HeaderClassName
{
color: #B8268A;
}
.AnyTagClassName
{
color: #B8268A;
}
</style>
background-color css
<style>
a { background-color: #B8268A; }
a { background-color: rgb(184,38,138); }
div.DivClassName
{
background-color: #B8268A;
}
.BgClassName
{
background-color: #B8268A;
}
</style>
border-color css
<style>
span { border-color: #B8268A; }
span { border-color: rgb(184,38,138); }
td.TdClassName
{
border-color: #B8268A;
}
.TagClassName
{
border-color: #B8268A;
}
</style>