Shades of Medium Orchid #B23CF7
Tints of Medium Orchid #B23CF7
RGB
CMYK
RGB Variations
Color information
#B23CF7 (or 0xB23CF7) is known color: Medium Orchid. HEX triplet: B2, 3C and F7. RGB value is (178,60,247). Sum of RGB (Red+Green+Blue) = 178+60+247=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #B23CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23CF7 is #4DC308. Grayscale: #737373. Windows color (decimal): -5096201 or 16202930. OLE color: 16202930.
HSL color Cylindrical-coordinate representation of color #B23CF7: hue angle of 277.86º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23CF7 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 60 | 247 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.03 |
| HSL | 277.86º | 0.92% | 0.6% | - |
| HSV(B) | 277.86º | 0.76% | 0.97% | - |
| XYZ | 36.76 | 19.41 | 89.8 | - |
| YUV | 116.6 | 201.59 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 247 | 0.28 | 0.76 | 0 | 0.03 | 277.86 | 0.92 | 0.6 |
| Hex | B2 | 3C | F7 | 1C | 4C | 0 | 3 | 116 | 5C | 3C |
| Octal | 262 | 74 | 367 | 34 | 114 | 0 | 3 | 426 | 134 | 74 |
| Binary | 10110010 | 111100 | 11110111 | 11100 | 1001100 | 0 | 11 | 100010110 | 1011100 | 111100 |
Color Harmonies of #B23CF7
Complementary color
Monochromatic Colors of #B23CF7
Black with #B23CF7
Text Example
Text Example
White with #B23CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CF7; }
p { color: rgb(178,60,247); }
H1.HeaderClassName
{
color: #B23CF7;
}
.AnyTagClassName
{
color: #B23CF7;
}
</style>
background-color css
<style>
a { background-color: #B23CF7; }
a { background-color: rgb(178,60,247); }
div.DivClassName
{
background-color: #B23CF7;
}
.BgClassName
{
background-color: #B23CF7;
}
</style>
border-color css
<style>
span { border-color: #B23CF7; }
span { border-color: rgb(178,60,247); }
td.TdClassName
{
border-color: #B23CF7;
}
.TagClassName
{
border-color: #B23CF7;
}
</style>