Shades of Medium Orchid #B23AD5
Tints of Medium Orchid #B23AD5
RGB
CMYK
RGB Variations
Color information
#B23AD5 (or 0xB23AD5) is known color: Medium Orchid. HEX triplet: B2, 3A and D5. RGB value is (178,58,213). Sum of RGB (Red+Green+Blue) = 178+58+213=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #B23AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23AD5 is #4DC52A. Grayscale: #6F6F6F. Windows color (decimal): -5096747 or 13974194. OLE color: 13974194.
HSL color Cylindrical-coordinate representation of color #B23AD5: hue angle of 286.45º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23AD5 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 58 | 213 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.16 |
| HSL | 286.45º | 0.65% | 0.53% | - |
| HSV(B) | 286.45º | 0.73% | 0.84% | - |
| XYZ | 31.88 | 17.3 | 64.61 | - |
| YUV | 111.55 | 185.26 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 213 | 0.16 | 0.73 | 0 | 0.16 | 286.45 | 0.65 | 0.53 |
| Hex | B2 | 3A | D5 | 10 | 49 | 0 | 10 | 11E | 41 | 35 |
| Octal | 262 | 72 | 325 | 20 | 111 | 0 | 20 | 436 | 101 | 65 |
| Binary | 10110010 | 111010 | 11010101 | 10000 | 1001001 | 0 | 10000 | 100011110 | 1000001 | 110101 |
Color Harmonies of #B23AD5
Complementary color
Monochromatic Colors of #B23AD5
Black with #B23AD5
Text Example
Text Example
White with #B23AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23AD5; }
p { color: rgb(178,58,213); }
H1.HeaderClassName
{
color: #B23AD5;
}
.AnyTagClassName
{
color: #B23AD5;
}
</style>
background-color css
<style>
a { background-color: #B23AD5; }
a { background-color: rgb(178,58,213); }
div.DivClassName
{
background-color: #B23AD5;
}
.BgClassName
{
background-color: #B23AD5;
}
</style>
border-color css
<style>
span { border-color: #B23AD5; }
span { border-color: rgb(178,58,213); }
td.TdClassName
{
border-color: #B23AD5;
}
.TagClassName
{
border-color: #B23AD5;
}
</style>