Shades of Medium Orchid #B23FCD
Tints of Medium Orchid #B23FCD
RGB
CMYK
RGB Variations
Color information
#B23FCD (or 0xB23FCD) is known color: Medium Orchid. HEX triplet: B2, 3F and CD. RGB value is (178,63,205). Sum of RGB (Red+Green+Blue) = 178+63+205=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #B23FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FCD is #4DC032. Grayscale: #717171. Windows color (decimal): -5095475 or 13451186. OLE color: 13451186.
HSL color Cylindrical-coordinate representation of color #B23FCD: hue angle of 288.59º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23FCD is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 63 | 205 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.20 |
| HSL | 288.59º | 0.59% | 0.53% | - |
| HSV(B) | 288.59º | 0.69% | 0.8% | - |
| XYZ | 31.16 | 17.43 | 59.48 | - |
| YUV | 113.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 205 | 0.13 | 0.69 | 0 | 0.20 | 288.59 | 0.59 | 0.53 |
| Hex | B2 | 3F | CD | D | 45 | 0 | 14 | 121 | 3B | 35 |
| Octal | 262 | 77 | 315 | 15 | 105 | 0 | 24 | 441 | 73 | 65 |
| Binary | 10110010 | 111111 | 11001101 | 1101 | 1000101 | 0 | 10100 | 100100001 | 111011 | 110101 |
Color Harmonies of #B23FCD
Complementary color
Monochromatic Colors of #B23FCD
Black with #B23FCD
Text Example
Text Example
White with #B23FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FCD; }
p { color: rgb(178,63,205); }
H1.HeaderClassName
{
color: #B23FCD;
}
.AnyTagClassName
{
color: #B23FCD;
}
</style>
background-color css
<style>
a { background-color: #B23FCD; }
a { background-color: rgb(178,63,205); }
div.DivClassName
{
background-color: #B23FCD;
}
.BgClassName
{
background-color: #B23FCD;
}
</style>
border-color css
<style>
span { border-color: #B23FCD; }
span { border-color: rgb(178,63,205); }
td.TdClassName
{
border-color: #B23FCD;
}
.TagClassName
{
border-color: #B23FCD;
}
</style>