Shades of Medium Orchid #B65CDB
Tints of Medium Orchid #B65CDB
RGB
CMYK
RGB Variations
Color information
#B65CDB (or 0xB65CDB) is known color: Medium Orchid. HEX triplet: B6, 5C and DB. RGB value is (182,92,219). Sum of RGB (Red+Green+Blue) = 182+92+219=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #B65CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CDB is #49A324. Grayscale: #848484. Windows color (decimal): -4825893 or 14376118. OLE color: 14376118.
HSL color Cylindrical-coordinate representation of color #B65CDB: hue angle of 282.52º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B65CDB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 92 | 219 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.14 |
| HSL | 282.52º | 0.64% | 0.61% | - |
| HSV(B) | 282.52º | 0.58% | 0.86% | - |
| XYZ | 35.9 | 22.71 | 69.51 | - |
| YUV | 133.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 219 | 0.17 | 0.58 | 0 | 0.14 | 282.52 | 0.64 | 0.61 |
| Hex | B6 | 5C | DB | 11 | 3A | 0 | E | 11B | 40 | 3D |
| Octal | 266 | 134 | 333 | 21 | 72 | 0 | 16 | 433 | 100 | 75 |
| Binary | 10110110 | 1011100 | 11011011 | 10001 | 111010 | 0 | 1110 | 100011011 | 1000000 | 111101 |
Color Harmonies of #B65CDB
Complementary color
Monochromatic Colors of #B65CDB
Black with #B65CDB
Text Example
Text Example
White with #B65CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65CDB; }
p { color: rgb(182,92,219); }
H1.HeaderClassName
{
color: #B65CDB;
}
.AnyTagClassName
{
color: #B65CDB;
}
</style>
background-color css
<style>
a { background-color: #B65CDB; }
a { background-color: rgb(182,92,219); }
div.DivClassName
{
background-color: #B65CDB;
}
.BgClassName
{
background-color: #B65CDB;
}
</style>
border-color css
<style>
span { border-color: #B65CDB; }
span { border-color: rgb(182,92,219); }
td.TdClassName
{
border-color: #B65CDB;
}
.TagClassName
{
border-color: #B65CDB;
}
</style>