Shades of Medium Orchid #B23ADF
Tints of Medium Orchid #B23ADF
RGB
CMYK
RGB Variations
Color information
#B23ADF (or 0xB23ADF) is known color: Medium Orchid. HEX triplet: B2, 3A and DF. RGB value is (178,58,223). Sum of RGB (Red+Green+Blue) = 178+58+223=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #B23ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ADF is #4DC520. Grayscale: #707070. Windows color (decimal): -5096737 or 14629554. OLE color: 14629554.
HSL color Cylindrical-coordinate representation of color #B23ADF: hue angle of 283.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23ADF is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 58 | 223 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.13 |
| HSL | 283.64º | 0.72% | 0.55% | - |
| HSV(B) | 283.64º | 0.74% | 0.87% | - |
| XYZ | 33.19 | 17.82 | 71.5 | - |
| YUV | 112.69 | 190.26 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 223 | 0.20 | 0.74 | 0 | 0.13 | 283.64 | 0.72 | 0.55 |
| Hex | B2 | 3A | DF | 14 | 4A | 0 | D | 11C | 48 | 37 |
| Octal | 262 | 72 | 337 | 24 | 112 | 0 | 15 | 434 | 110 | 67 |
| Binary | 10110010 | 111010 | 11011111 | 10100 | 1001010 | 0 | 1101 | 100011100 | 1001000 | 110111 |
Color Harmonies of #B23ADF
Complementary color
Monochromatic Colors of #B23ADF
Black with #B23ADF
Text Example
Text Example
White with #B23ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23ADF; }
p { color: rgb(178,58,223); }
H1.HeaderClassName
{
color: #B23ADF;
}
.AnyTagClassName
{
color: #B23ADF;
}
</style>
background-color css
<style>
a { background-color: #B23ADF; }
a { background-color: rgb(178,58,223); }
div.DivClassName
{
background-color: #B23ADF;
}
.BgClassName
{
background-color: #B23ADF;
}
</style>
border-color css
<style>
span { border-color: #B23ADF; }
span { border-color: rgb(178,58,223); }
td.TdClassName
{
border-color: #B23ADF;
}
.TagClassName
{
border-color: #B23ADF;
}
</style>