Shades of Medium Red Violet #B23F9C
Tints of Medium Red Violet #B23F9C
RGB
CMYK
RGB Variations
Color information
#B23F9C (or 0xB23F9C) is known color: Medium Red Violet. HEX triplet: B2, 3F and 9C. RGB value is (178,63,156). Sum of RGB (Red+Green+Blue) = 178+63+156=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23F9C is #4DC063. Grayscale: #6B6B6B. Windows color (decimal): -5095524 or 10239922. OLE color: 10239922.
HSL color Cylindrical-coordinate representation of color #B23F9C: hue angle of 311.48º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23F9C is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 63 | 156 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.30 |
| HSL | 311.48º | 0.48% | 0.47% | - |
| HSV(B) | 311.48º | 0.65% | 0.7% | - |
| XYZ | 26.14 | 15.42 | 33.05 | - |
| YUV | 107.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 156 | 0 | 0.65 | 0.12 | 0.30 | 311.48 | 0.48 | 0.47 |
| Hex | B2 | 3F | 9C | 0 | 41 | C | 1E | 137 | 30 | 2F |
| Octal | 262 | 77 | 234 | 0 | 101 | 14 | 36 | 467 | 60 | 57 |
| Binary | 10110010 | 111111 | 10011100 | 0 | 1000001 | 1100 | 11110 | 100110111 | 110000 | 101111 |
Color Harmonies of #B23F9C
Complementary color
Monochromatic Colors of #B23F9C
Black with #B23F9C
Text Example
Text Example
White with #B23F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23F9C; }
p { color: rgb(178,63,156); }
H1.HeaderClassName
{
color: #B23F9C;
}
.AnyTagClassName
{
color: #B23F9C;
}
</style>
background-color css
<style>
a { background-color: #B23F9C; }
a { background-color: rgb(178,63,156); }
div.DivClassName
{
background-color: #B23F9C;
}
.BgClassName
{
background-color: #B23F9C;
}
</style>
border-color css
<style>
span { border-color: #B23F9C; }
span { border-color: rgb(178,63,156); }
td.TdClassName
{
border-color: #B23F9C;
}
.TagClassName
{
border-color: #B23F9C;
}
</style>