Shades of Medium Orchid #B468DF
Tints of Medium Orchid #B468DF
RGB
CMYK
RGB Variations
Color information
#B468DF (or 0xB468DF) is known color: Medium Orchid. HEX triplet: B4, 68 and DF. RGB value is (180,104,223). Sum of RGB (Red+Green+Blue) = 180+104+223=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #B468DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468DF is #4B9720. Grayscale: #8B8B8B. Windows color (decimal): -4953889 or 14641332. OLE color: 14641332.
HSL color Cylindrical-coordinate representation of color #B468DF: hue angle of 278.32º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B468DF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 104 | 223 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.13 |
| HSL | 278.32º | 0.65% | 0.64% | - |
| HSV(B) | 278.32º | 0.53% | 0.87% | - |
| XYZ | 37.09 | 24.93 | 72.67 | - |
| YUV | 140.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 223 | 0.19 | 0.53 | 0 | 0.13 | 278.32 | 0.65 | 0.64 |
| Hex | B4 | 68 | DF | 13 | 35 | 0 | D | 116 | 41 | 40 |
| Octal | 264 | 150 | 337 | 23 | 65 | 0 | 15 | 426 | 101 | 100 |
| Binary | 10110100 | 1101000 | 11011111 | 10011 | 110101 | 0 | 1101 | 100010110 | 1000001 | 1000000 |
Color Harmonies of #B468DF
Complementary color
Monochromatic Colors of #B468DF
Black with #B468DF
Text Example
Text Example
White with #B468DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468DF; }
p { color: rgb(180,104,223); }
H1.HeaderClassName
{
color: #B468DF;
}
.AnyTagClassName
{
color: #B468DF;
}
</style>
background-color css
<style>
a { background-color: #B468DF; }
a { background-color: rgb(180,104,223); }
div.DivClassName
{
background-color: #B468DF;
}
.BgClassName
{
background-color: #B468DF;
}
</style>
border-color css
<style>
span { border-color: #B468DF; }
span { border-color: rgb(180,104,223); }
td.TdClassName
{
border-color: #B468DF;
}
.TagClassName
{
border-color: #B468DF;
}
</style>