Shades of Medium Orchid #B63FED
Tints of Medium Orchid #B63FED
RGB
CMYK
RGB Variations
Color information
#B63FED (or 0xB63FED) is known color: Medium Orchid. HEX triplet: B6, 3F and ED. RGB value is (182,63,237). Sum of RGB (Red+Green+Blue) = 182+63+237=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #B63FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FED is #49C012. Grayscale: #757575. Windows color (decimal): -4833299 or 15548342. OLE color: 15548342.
HSL color Cylindrical-coordinate representation of color #B63FED: hue angle of 281.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63FED is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 63 | 237 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.07 |
| HSL | 281.03º | 0.83% | 0.59% | - |
| HSV(B) | 281.03º | 0.73% | 0.93% | - |
| XYZ | 36.35 | 19.61 | 81.99 | - |
| YUV | 118.42 | 194.92 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 237 | 0.23 | 0.73 | 0 | 0.07 | 281.03 | 0.83 | 0.59 |
| Hex | B6 | 3F | ED | 17 | 49 | 0 | 7 | 119 | 53 | 3B |
| Octal | 266 | 77 | 355 | 27 | 111 | 0 | 7 | 431 | 123 | 73 |
| Binary | 10110110 | 111111 | 11101101 | 10111 | 1001001 | 0 | 111 | 100011001 | 1010011 | 111011 |
Color Harmonies of #B63FED
Complementary color
Monochromatic Colors of #B63FED
Black with #B63FED
Text Example
Text Example
White with #B63FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FED; }
p { color: rgb(182,63,237); }
H1.HeaderClassName
{
color: #B63FED;
}
.AnyTagClassName
{
color: #B63FED;
}
</style>
background-color css
<style>
a { background-color: #B63FED; }
a { background-color: rgb(182,63,237); }
div.DivClassName
{
background-color: #B63FED;
}
.BgClassName
{
background-color: #B63FED;
}
</style>
border-color css
<style>
span { border-color: #B63FED; }
span { border-color: rgb(182,63,237); }
td.TdClassName
{
border-color: #B63FED;
}
.TagClassName
{
border-color: #B63FED;
}
</style>