Shades of Medium Orchid #B65FDB
Tints of Medium Orchid #B65FDB
RGB
CMYK
RGB Variations
Color information
#B65FDB (or 0xB65FDB) is known color: Medium Orchid. HEX triplet: B6, 5F and DB. RGB value is (182,95,219). Sum of RGB (Red+Green+Blue) = 182+95+219=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #B65FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FDB is #49A024. Grayscale: #868686. Windows color (decimal): -4825125 or 14376886. OLE color: 14376886.
HSL color Cylindrical-coordinate representation of color #B65FDB: hue angle of 282.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B65FDB is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 95 | 219 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.14 |
| HSL | 282.1º | 0.63% | 0.62% | - |
| HSV(B) | 282.1º | 0.57% | 0.86% | - |
| XYZ | 36.17 | 23.24 | 69.6 | - |
| YUV | 135.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 219 | 0.17 | 0.57 | 0 | 0.14 | 282.1 | 0.63 | 0.62 |
| Hex | B6 | 5F | DB | 11 | 39 | 0 | E | 11A | 3F | 3E |
| Octal | 266 | 137 | 333 | 21 | 71 | 0 | 16 | 432 | 77 | 76 |
| Binary | 10110110 | 1011111 | 11011011 | 10001 | 111001 | 0 | 1110 | 100011010 | 111111 | 111110 |
Color Harmonies of #B65FDB
Complementary color
Monochromatic Colors of #B65FDB
Black with #B65FDB
Text Example
Text Example
White with #B65FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65FDB; }
p { color: rgb(182,95,219); }
H1.HeaderClassName
{
color: #B65FDB;
}
.AnyTagClassName
{
color: #B65FDB;
}
</style>
background-color css
<style>
a { background-color: #B65FDB; }
a { background-color: rgb(182,95,219); }
div.DivClassName
{
background-color: #B65FDB;
}
.BgClassName
{
background-color: #B65FDB;
}
</style>
border-color css
<style>
span { border-color: #B65FDB; }
span { border-color: rgb(182,95,219); }
td.TdClassName
{
border-color: #B65FDB;
}
.TagClassName
{
border-color: #B65FDB;
}
</style>