Shades of Medium Red Violet #B23D9A
Tints of Medium Red Violet #B23D9A
RGB
CMYK
RGB Variations
Color information
#B23D9A (or 0xB23D9A) is known color: Medium Red Violet. HEX triplet: B2, 3D and 9A. RGB value is (178,61,154). Sum of RGB (Red+Green+Blue) = 178+61+154=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23D9A is #4DC265. Grayscale: #6A6A6A. Windows color (decimal): -5096038 or 10108338. OLE color: 10108338.
HSL color Cylindrical-coordinate representation of color #B23D9A: hue angle of 312.31º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23D9A is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 154 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.30 |
| HSL | 312.31º | 0.49% | 0.47% | - |
| HSV(B) | 312.31º | 0.66% | 0.7% | - |
| XYZ | 25.86 | 15.14 | 32.13 | - |
| YUV | 106.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 154 | 0 | 0.66 | 0.13 | 0.30 | 312.31 | 0.49 | 0.47 |
| Hex | B2 | 3D | 9A | 0 | 42 | D | 1E | 138 | 31 | 2F |
| Octal | 262 | 75 | 232 | 0 | 102 | 15 | 36 | 470 | 61 | 57 |
| Binary | 10110010 | 111101 | 10011010 | 0 | 1000010 | 1101 | 11110 | 100111000 | 110001 | 101111 |
Color Harmonies of #B23D9A
Complementary color
Monochromatic Colors of #B23D9A
Black with #B23D9A
Text Example
Text Example
White with #B23D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D9A; }
p { color: rgb(178,61,154); }
H1.HeaderClassName
{
color: #B23D9A;
}
.AnyTagClassName
{
color: #B23D9A;
}
</style>
background-color css
<style>
a { background-color: #B23D9A; }
a { background-color: rgb(178,61,154); }
div.DivClassName
{
background-color: #B23D9A;
}
.BgClassName
{
background-color: #B23D9A;
}
</style>
border-color css
<style>
span { border-color: #B23D9A; }
span { border-color: rgb(178,61,154); }
td.TdClassName
{
border-color: #B23D9A;
}
.TagClassName
{
border-color: #B23D9A;
}
</style>