Shades of Medium Orchid #B065DF
Tints of Medium Orchid #B065DF
RGB
CMYK
RGB Variations
Color information
#B065DF (or 0xB065DF) is known color: Medium Orchid. HEX triplet: B0, 65 and DF. RGB value is (176,101,223). Sum of RGB (Red+Green+Blue) = 176+101+223=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #B065DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065DF is #4F9A20. Grayscale: #888888. Windows color (decimal): -5216801 or 14640560. OLE color: 14640560.
HSL color Cylindrical-coordinate representation of color #B065DF: hue angle of 276.89º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B065DF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 101 | 223 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.13 |
| HSL | 276.89º | 0.66% | 0.64% | - |
| HSV(B) | 276.89º | 0.55% | 0.87% | - |
| XYZ | 35.88 | 23.87 | 72.53 | - |
| YUV | 137.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 223 | 0.21 | 0.55 | 0 | 0.13 | 276.89 | 0.66 | 0.64 |
| Hex | B0 | 65 | DF | 15 | 37 | 0 | D | 115 | 42 | 40 |
| Octal | 260 | 145 | 337 | 25 | 67 | 0 | 15 | 425 | 102 | 100 |
| Binary | 10110000 | 1100101 | 11011111 | 10101 | 110111 | 0 | 1101 | 100010101 | 1000010 | 1000000 |
Color Harmonies of #B065DF
Complementary color
Monochromatic Colors of #B065DF
Black with #B065DF
Text Example
Text Example
White with #B065DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065DF; }
p { color: rgb(176,101,223); }
H1.HeaderClassName
{
color: #B065DF;
}
.AnyTagClassName
{
color: #B065DF;
}
</style>
background-color css
<style>
a { background-color: #B065DF; }
a { background-color: rgb(176,101,223); }
div.DivClassName
{
background-color: #B065DF;
}
.BgClassName
{
background-color: #B065DF;
}
</style>
border-color css
<style>
span { border-color: #B065DF; }
span { border-color: rgb(176,101,223); }
td.TdClassName
{
border-color: #B065DF;
}
.TagClassName
{
border-color: #B065DF;
}
</style>