Shades of Medium Red Violet #B8268C
Tints of Medium Red Violet #B8268C
RGB
CMYK
RGB Variations
Color information
#B8268C (or 0xB8268C) is known color: Medium Red Violet. HEX triplet: B8, 26 and 8C. RGB value is (184,38,140). Sum of RGB (Red+Green+Blue) = 184+38+140=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8268C is #47D973. Grayscale: #5D5D5D. Windows color (decimal): -4708724 or 9184952. OLE color: 9184952.
HSL color Cylindrical-coordinate representation of color #B8268C: hue angle of 318.08º 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 #B8268C is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 140 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.28 |
| HSL | 318.08º | 0.66% | 0.44% | - |
| HSV(B) | 318.08º | 0.79% | 0.72% | - |
| XYZ | 25.19 | 13.47 | 26.08 | - |
| YUV | 93.28 | 154.37 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 140 | 0 | 0.79 | 0.24 | 0.28 | 318.08 | 0.66 | 0.44 |
| Hex | B8 | 26 | 8C | 0 | 4F | 18 | 1C | 13E | 42 | 2C |
| Octal | 270 | 46 | 214 | 0 | 117 | 30 | 34 | 476 | 102 | 54 |
| Binary | 10111000 | 100110 | 10001100 | 0 | 1001111 | 11000 | 11100 | 100111110 | 1000010 | 101100 |
Color Harmonies of #B8268C
Complementary color
Monochromatic Colors of #B8268C
Black with #B8268C
Text Example
Text Example
White with #B8268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8268C; }
p { color: rgb(184,38,140); }
H1.HeaderClassName
{
color: #B8268C;
}
.AnyTagClassName
{
color: #B8268C;
}
</style>
background-color css
<style>
a { background-color: #B8268C; }
a { background-color: rgb(184,38,140); }
div.DivClassName
{
background-color: #B8268C;
}
.BgClassName
{
background-color: #B8268C;
}
</style>
border-color css
<style>
span { border-color: #B8268C; }
span { border-color: rgb(184,38,140); }
td.TdClassName
{
border-color: #B8268C;
}
.TagClassName
{
border-color: #B8268C;
}
</style>