Shades of Medium Orchid #B63DED
Tints of Medium Orchid #B63DED
RGB
CMYK
RGB Variations
Color information
#B63DED (or 0xB63DED) is known color: Medium Orchid. HEX triplet: B6, 3D and ED. RGB value is (182,61,237). Sum of RGB (Red+Green+Blue) = 182+61+237=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #B63DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DED is #49C212. Grayscale: #747474. Windows color (decimal): -4833811 or 15547830. OLE color: 15547830.
HSL color Cylindrical-coordinate representation of color #B63DED: hue angle of 281.25º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63DED is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 61 | 237 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.07 |
| HSL | 281.25º | 0.83% | 0.58% | - |
| HSV(B) | 281.25º | 0.74% | 0.93% | - |
| XYZ | 36.25 | 19.4 | 81.95 | - |
| YUV | 117.24 | 195.59 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 237 | 0.23 | 0.74 | 0 | 0.07 | 281.25 | 0.83 | 0.58 |
| Hex | B6 | 3D | ED | 17 | 4A | 0 | 7 | 119 | 53 | 3A |
| Octal | 266 | 75 | 355 | 27 | 112 | 0 | 7 | 431 | 123 | 72 |
| Binary | 10110110 | 111101 | 11101101 | 10111 | 1001010 | 0 | 111 | 100011001 | 1010011 | 111010 |
Color Harmonies of #B63DED
Complementary color
Monochromatic Colors of #B63DED
Black with #B63DED
Text Example
Text Example
White with #B63DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DED; }
p { color: rgb(182,61,237); }
H1.HeaderClassName
{
color: #B63DED;
}
.AnyTagClassName
{
color: #B63DED;
}
</style>
background-color css
<style>
a { background-color: #B63DED; }
a { background-color: rgb(182,61,237); }
div.DivClassName
{
background-color: #B63DED;
}
.BgClassName
{
background-color: #B63DED;
}
</style>
border-color css
<style>
span { border-color: #B63DED; }
span { border-color: rgb(182,61,237); }
td.TdClassName
{
border-color: #B63DED;
}
.TagClassName
{
border-color: #B63DED;
}
</style>