Shades of Medium Red Violet #B23285
Tints of Medium Red Violet #B23285
RGB
CMYK
RGB Variations
Color information
#B23285 (or 0xB23285) is known color: Medium Red Violet. HEX triplet: B2, 32 and 85. RGB value is (178,50,133). Sum of RGB (Red+Green+Blue) = 178+50+133=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B23285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23285 is #4DCD7A. Grayscale: #616161. Windows color (decimal): -5098875 or 8729266. OLE color: 8729266.
HSL color Cylindrical-coordinate representation of color #B23285: hue angle of 321.09º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23285 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 133 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.30 |
| HSL | 321.09º | 0.56% | 0.45% | - |
| HSV(B) | 321.09º | 0.72% | 0.7% | - |
| XYZ | 23.73 | 13.44 | 23.53 | - |
| YUV | 97.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 133 | 0 | 0.72 | 0.25 | 0.30 | 321.09 | 0.56 | 0.45 |
| Hex | B2 | 32 | 85 | 0 | 48 | 19 | 1E | 141 | 38 | 2D |
| Octal | 262 | 62 | 205 | 0 | 110 | 31 | 36 | 501 | 70 | 55 |
| Binary | 10110010 | 110010 | 10000101 | 0 | 1001000 | 11001 | 11110 | 101000001 | 111000 | 101101 |
Color Harmonies of #B23285
Complementary color
Monochromatic Colors of #B23285
Black with #B23285
Text Example
Text Example
White with #B23285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23285; }
p { color: rgb(178,50,133); }
H1.HeaderClassName
{
color: #B23285;
}
.AnyTagClassName
{
color: #B23285;
}
</style>
background-color css
<style>
a { background-color: #B23285; }
a { background-color: rgb(178,50,133); }
div.DivClassName
{
background-color: #B23285;
}
.BgClassName
{
background-color: #B23285;
}
</style>
border-color css
<style>
span { border-color: #B23285; }
span { border-color: rgb(178,50,133); }
td.TdClassName
{
border-color: #B23285;
}
.TagClassName
{
border-color: #B23285;
}
</style>