Shades of Medium Orchid #B263F7
Tints of Medium Orchid #B263F7
RGB
CMYK
RGB Variations
Color information
#B263F7 (or 0xB263F7) is known color: Medium Orchid. HEX triplet: B2, 63 and F7. RGB value is (178,99,247). Sum of RGB (Red+Green+Blue) = 178+99+247=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #B263F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B263F7 is #4D9C08. Grayscale: #8A8A8A. Windows color (decimal): -5086217 or 16212914. OLE color: 16212914.
HSL color Cylindrical-coordinate representation of color #B263F7: hue angle of 272.03º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B263F7 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 99 | 247 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.03 |
| HSL | 272.03º | 0.9% | 0.68% | - |
| HSV(B) | 272.03º | 0.6% | 0.97% | - |
| XYZ | 39.61 | 25.1 | 90.75 | - |
| YUV | 139.49 | 188.67 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 247 | 0.28 | 0.60 | 0 | 0.03 | 272.03 | 0.9 | 0.68 |
| Hex | B2 | 63 | F7 | 1C | 3C | 0 | 3 | 110 | 5A | 44 |
| Octal | 262 | 143 | 367 | 34 | 74 | 0 | 3 | 420 | 132 | 104 |
| Binary | 10110010 | 1100011 | 11110111 | 11100 | 111100 | 0 | 11 | 100010000 | 1011010 | 1000100 |
Color Harmonies of #B263F7
Complementary color
Monochromatic Colors of #B263F7
Black with #B263F7
Text Example
Text Example
White with #B263F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B263F7; }
p { color: rgb(178,99,247); }
H1.HeaderClassName
{
color: #B263F7;
}
.AnyTagClassName
{
color: #B263F7;
}
</style>
background-color css
<style>
a { background-color: #B263F7; }
a { background-color: rgb(178,99,247); }
div.DivClassName
{
background-color: #B263F7;
}
.BgClassName
{
background-color: #B263F7;
}
</style>
border-color css
<style>
span { border-color: #B263F7; }
span { border-color: rgb(178,99,247); }
td.TdClassName
{
border-color: #B263F7;
}
.TagClassName
{
border-color: #B263F7;
}
</style>