Shades of Medium Red Violet #B23CA4
Tints of Medium Red Violet #B23CA4
RGB
CMYK
RGB Variations
Color information
#B23CA4 (or 0xB23CA4) is known color: Medium Red Violet. HEX triplet: B2, 3C and A4. RGB value is (178,60,164). Sum of RGB (Red+Green+Blue) = 178+60+164=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B23CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23CA4 is #4DC35B. Grayscale: #6A6A6A. Windows color (decimal): -5096284 or 10763442. OLE color: 10763442.
HSL color Cylindrical-coordinate representation of color #B23CA4: hue angle of 307.12º degrees, saturation: 0.5, 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 #B23CA4 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 164 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.30 |
| HSL | 307.12º | 0.5% | 0.47% | - |
| HSV(B) | 307.12º | 0.66% | 0.7% | - |
| XYZ | 26.68 | 15.38 | 36.68 | - |
| YUV | 107.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 164 | 0 | 0.66 | 0.08 | 0.30 | 307.12 | 0.5 | 0.47 |
| Hex | B2 | 3C | A4 | 0 | 42 | 8 | 1E | 133 | 32 | 2F |
| Octal | 262 | 74 | 244 | 0 | 102 | 10 | 36 | 463 | 62 | 57 |
| Binary | 10110010 | 111100 | 10100100 | 0 | 1000010 | 1000 | 11110 | 100110011 | 110010 | 101111 |
Color Harmonies of #B23CA4
Complementary color
Monochromatic Colors of #B23CA4
Black with #B23CA4
Text Example
Text Example
White with #B23CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CA4; }
p { color: rgb(178,60,164); }
H1.HeaderClassName
{
color: #B23CA4;
}
.AnyTagClassName
{
color: #B23CA4;
}
</style>
background-color css
<style>
a { background-color: #B23CA4; }
a { background-color: rgb(178,60,164); }
div.DivClassName
{
background-color: #B23CA4;
}
.BgClassName
{
background-color: #B23CA4;
}
</style>
border-color css
<style>
span { border-color: #B23CA4; }
span { border-color: rgb(178,60,164); }
td.TdClassName
{
border-color: #B23CA4;
}
.TagClassName
{
border-color: #B23CA4;
}
</style>