Shades of Medium Red Violet #B23B7B
Tints of Medium Red Violet #B23B7B
RGB
CMYK
RGB Variations
Color information
#B23B7B (or 0xB23B7B) is known color: Medium Red Violet. HEX triplet: B2, 3B and 7B. RGB value is (178,59,123). Sum of RGB (Red+Green+Blue) = 178+59+123=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B7B is #4DC484. Grayscale: #656565. Windows color (decimal): -5096581 or 8076210. OLE color: 8076210.
HSL color Cylindrical-coordinate representation of color #B23B7B: hue angle of 327.73º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23B7B is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 123 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.30 |
| HSL | 327.73º | 0.5% | 0.46% | - |
| HSV(B) | 327.73º | 0.67% | 0.7% | - |
| XYZ | 23.5 | 14.02 | 20.21 | - |
| YUV | 101.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 123 | 0 | 0.67 | 0.31 | 0.30 | 327.73 | 0.5 | 0.46 |
| Hex | B2 | 3B | 7B | 0 | 43 | 1F | 1E | 148 | 32 | 2E |
| Octal | 262 | 73 | 173 | 0 | 103 | 37 | 36 | 510 | 62 | 56 |
| Binary | 10110010 | 111011 | 1111011 | 0 | 1000011 | 11111 | 11110 | 101001000 | 110010 | 101110 |
Color Harmonies of #B23B7B
Complementary color
Monochromatic Colors of #B23B7B
Black with #B23B7B
Text Example
Text Example
White with #B23B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B7B; }
p { color: rgb(178,59,123); }
H1.HeaderClassName
{
color: #B23B7B;
}
.AnyTagClassName
{
color: #B23B7B;
}
</style>
background-color css
<style>
a { background-color: #B23B7B; }
a { background-color: rgb(178,59,123); }
div.DivClassName
{
background-color: #B23B7B;
}
.BgClassName
{
background-color: #B23B7B;
}
</style>
border-color css
<style>
span { border-color: #B23B7B; }
span { border-color: rgb(178,59,123); }
td.TdClassName
{
border-color: #B23B7B;
}
.TagClassName
{
border-color: #B23B7B;
}
</style>