Shades of Medium Orchid #B64FDB
Tints of Medium Orchid #B64FDB
RGB
CMYK
RGB Variations
Color information
#B64FDB (or 0xB64FDB) is known color: Medium Orchid. HEX triplet: B6, 4F and DB. RGB value is (182,79,219). Sum of RGB (Red+Green+Blue) = 182+79+219=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #B64FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FDB is #49B024. Grayscale: #7D7D7D. Windows color (decimal): -4829221 or 14372790. OLE color: 14372790.
HSL color Cylindrical-coordinate representation of color #B64FDB: hue angle of 284.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64FDB is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 79 | 219 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.14 |
| HSL | 284.14º | 0.66% | 0.58% | - |
| HSV(B) | 284.14º | 0.64% | 0.86% | - |
| XYZ | 34.87 | 20.65 | 69.17 | - |
| YUV | 125.76 | 180.62 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 219 | 0.17 | 0.64 | 0 | 0.14 | 284.14 | 0.66 | 0.58 |
| Hex | B6 | 4F | DB | 11 | 40 | 0 | E | 11C | 42 | 3A |
| Octal | 266 | 117 | 333 | 21 | 100 | 0 | 16 | 434 | 102 | 72 |
| Binary | 10110110 | 1001111 | 11011011 | 10001 | 1000000 | 0 | 1110 | 100011100 | 1000010 | 111010 |
Color Harmonies of #B64FDB
Complementary color
Monochromatic Colors of #B64FDB
Black with #B64FDB
Text Example
Text Example
White with #B64FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64FDB; }
p { color: rgb(182,79,219); }
H1.HeaderClassName
{
color: #B64FDB;
}
.AnyTagClassName
{
color: #B64FDB;
}
</style>
background-color css
<style>
a { background-color: #B64FDB; }
a { background-color: rgb(182,79,219); }
div.DivClassName
{
background-color: #B64FDB;
}
.BgClassName
{
background-color: #B64FDB;
}
</style>
border-color css
<style>
span { border-color: #B64FDB; }
span { border-color: rgb(182,79,219); }
td.TdClassName
{
border-color: #B64FDB;
}
.TagClassName
{
border-color: #B64FDB;
}
</style>