Shades of Medium Orchid #B63FDB
Tints of Medium Orchid #B63FDB
RGB
CMYK
RGB Variations
Color information
#B63FDB (or 0xB63FDB) is known color: Medium Orchid. HEX triplet: B6, 3F and DB. RGB value is (182,63,219). Sum of RGB (Red+Green+Blue) = 182+63+219=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #B63FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FDB is #49C024. Grayscale: #737373. Windows color (decimal): -4833317 or 14368694. OLE color: 14368694.
HSL color Cylindrical-coordinate representation of color #B63FDB: hue angle of 285.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63FDB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 63 | 219 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.14 |
| HSL | 285.77º | 0.68% | 0.55% | - |
| HSV(B) | 285.77º | 0.71% | 0.86% | - |
| XYZ | 33.86 | 18.61 | 68.83 | - |
| YUV | 116.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 219 | 0.17 | 0.71 | 0 | 0.14 | 285.77 | 0.68 | 0.55 |
| Hex | B6 | 3F | DB | 11 | 47 | 0 | E | 11E | 44 | 37 |
| Octal | 266 | 77 | 333 | 21 | 107 | 0 | 16 | 436 | 104 | 67 |
| Binary | 10110110 | 111111 | 11011011 | 10001 | 1000111 | 0 | 1110 | 100011110 | 1000100 | 110111 |
Color Harmonies of #B63FDB
Complementary color
Monochromatic Colors of #B63FDB
Black with #B63FDB
Text Example
Text Example
White with #B63FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FDB; }
p { color: rgb(182,63,219); }
H1.HeaderClassName
{
color: #B63FDB;
}
.AnyTagClassName
{
color: #B63FDB;
}
</style>
background-color css
<style>
a { background-color: #B63FDB; }
a { background-color: rgb(182,63,219); }
div.DivClassName
{
background-color: #B63FDB;
}
.BgClassName
{
background-color: #B63FDB;
}
</style>
border-color css
<style>
span { border-color: #B63FDB; }
span { border-color: rgb(182,63,219); }
td.TdClassName
{
border-color: #B63FDB;
}
.TagClassName
{
border-color: #B63FDB;
}
</style>