Shades of Medium Red Violet #B5268A
Tints of Medium Red Violet #B5268A
RGB
CMYK
RGB Variations
Color information
#B5268A (or 0xB5268A) is known color: Medium Red Violet. HEX triplet: B5, 26 and 8A. RGB value is (181,38,138). Sum of RGB (Red+Green+Blue) = 181+38+138=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5268A is #4AD975. Grayscale: #5B5B5B. Windows color (decimal): -4905334 or 9053877. OLE color: 9053877.
HSL color Cylindrical-coordinate representation of color #B5268A: hue angle of 318.04º 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 #B5268A is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 138 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.29 |
| HSL | 318.04º | 0.65% | 0.43% | - |
| HSV(B) | 318.04º | 0.79% | 0.71% | - |
| XYZ | 24.34 | 13.04 | 25.28 | - |
| YUV | 92.16 | 153.88 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 138 | 0 | 0.79 | 0.24 | 0.29 | 318.04 | 0.65 | 0.43 |
| Hex | B5 | 26 | 8A | 0 | 4F | 18 | 1D | 13E | 41 | 2B |
| Octal | 265 | 46 | 212 | 0 | 117 | 30 | 35 | 476 | 101 | 53 |
| Binary | 10110101 | 100110 | 10001010 | 0 | 1001111 | 11000 | 11101 | 100111110 | 1000001 | 101011 |
Color Harmonies of #B5268A
Complementary color
Monochromatic Colors of #B5268A
Black with #B5268A
Text Example
Text Example
White with #B5268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5268A; }
p { color: rgb(181,38,138); }
H1.HeaderClassName
{
color: #B5268A;
}
.AnyTagClassName
{
color: #B5268A;
}
</style>
background-color css
<style>
a { background-color: #B5268A; }
a { background-color: rgb(181,38,138); }
div.DivClassName
{
background-color: #B5268A;
}
.BgClassName
{
background-color: #B5268A;
}
</style>
border-color css
<style>
span { border-color: #B5268A; }
span { border-color: rgb(181,38,138); }
td.TdClassName
{
border-color: #B5268A;
}
.TagClassName
{
border-color: #B5268A;
}
</style>