Shades of Medium Orchid #B64BDB
Tints of Medium Orchid #B64BDB
RGB
CMYK
RGB Variations
Color information
#B64BDB (or 0xB64BDB) is known color: Medium Orchid. HEX triplet: B6, 4B and DB. RGB value is (182,75,219). Sum of RGB (Red+Green+Blue) = 182+75+219=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #B64BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64BDB is #49B424. Grayscale: #7A7A7A. Windows color (decimal): -4830245 or 14371766. OLE color: 14371766.
HSL color Cylindrical-coordinate representation of color #B64BDB: hue angle of 284.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B64BDB is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 75 | 219 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.14 |
| HSL | 284.58º | 0.67% | 0.58% | - |
| HSV(B) | 284.58º | 0.66% | 0.86% | - |
| XYZ | 34.59 | 20.09 | 69.07 | - |
| YUV | 123.41 | 181.95 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 219 | 0.17 | 0.66 | 0 | 0.14 | 284.58 | 0.67 | 0.58 |
| Hex | B6 | 4B | DB | 11 | 42 | 0 | E | 11D | 43 | 3A |
| Octal | 266 | 113 | 333 | 21 | 102 | 0 | 16 | 435 | 103 | 72 |
| Binary | 10110110 | 1001011 | 11011011 | 10001 | 1000010 | 0 | 1110 | 100011101 | 1000011 | 111010 |
Color Harmonies of #B64BDB
Complementary color
Monochromatic Colors of #B64BDB
Black with #B64BDB
Text Example
Text Example
White with #B64BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64BDB; }
p { color: rgb(182,75,219); }
H1.HeaderClassName
{
color: #B64BDB;
}
.AnyTagClassName
{
color: #B64BDB;
}
</style>
background-color css
<style>
a { background-color: #B64BDB; }
a { background-color: rgb(182,75,219); }
div.DivClassName
{
background-color: #B64BDB;
}
.BgClassName
{
background-color: #B64BDB;
}
</style>
border-color css
<style>
span { border-color: #B64BDB; }
span { border-color: rgb(182,75,219); }
td.TdClassName
{
border-color: #B64BDB;
}
.TagClassName
{
border-color: #B64BDB;
}
</style>