Shades of Medium Red Violet #B4268B
Tints of Medium Red Violet #B4268B
RGB
CMYK
RGB Variations
Color information
#B4268B (or 0xB4268B) is known color: Medium Red Violet. HEX triplet: B4, 26 and 8B. RGB value is (180,38,139). Sum of RGB (Red+Green+Blue) = 180+38+139=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4268B is #4BD974. Grayscale: #5B5B5B. Windows color (decimal): -4970869 or 9119412. OLE color: 9119412.
HSL color Cylindrical-coordinate representation of color #B4268B: hue angle of 317.32º 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 #B4268B is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 139 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.29 |
| HSL | 317.32º | 0.65% | 0.43% | - |
| HSV(B) | 317.32º | 0.79% | 0.71% | - |
| XYZ | 24.18 | 12.95 | 25.65 | - |
| YUV | 91.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 139 | 0 | 0.79 | 0.23 | 0.29 | 317.32 | 0.65 | 0.43 |
| Hex | B4 | 26 | 8B | 0 | 4F | 17 | 1D | 13D | 41 | 2B |
| Octal | 264 | 46 | 213 | 0 | 117 | 27 | 35 | 475 | 101 | 53 |
| Binary | 10110100 | 100110 | 10001011 | 0 | 1001111 | 10111 | 11101 | 100111101 | 1000001 | 101011 |
Color Harmonies of #B4268B
Complementary color
Monochromatic Colors of #B4268B
Black with #B4268B
Text Example
Text Example
White with #B4268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4268B; }
p { color: rgb(180,38,139); }
H1.HeaderClassName
{
color: #B4268B;
}
.AnyTagClassName
{
color: #B4268B;
}
</style>
background-color css
<style>
a { background-color: #B4268B; }
a { background-color: rgb(180,38,139); }
div.DivClassName
{
background-color: #B4268B;
}
.BgClassName
{
background-color: #B4268B;
}
</style>
border-color css
<style>
span { border-color: #B4268B; }
span { border-color: rgb(180,38,139); }
td.TdClassName
{
border-color: #B4268B;
}
.TagClassName
{
border-color: #B4268B;
}
</style>