Shades of Medium Orchid #B662DF
Tints of Medium Orchid #B662DF
RGB
CMYK
RGB Variations
Color information
#B662DF (or 0xB662DF) is known color: Medium Orchid. HEX triplet: B6, 62 and DF. RGB value is (182,98,223). Sum of RGB (Red+Green+Blue) = 182+98+223=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #B662DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662DF is #499D20. Grayscale: #888888. Windows color (decimal): -4824353 or 14639798. OLE color: 14639798.
HSL color Cylindrical-coordinate representation of color #B662DF: hue angle of 280.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B662DF is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 98 | 223 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.13 |
| HSL | 280.32º | 0.66% | 0.63% | - |
| HSV(B) | 280.32º | 0.56% | 0.87% | - |
| XYZ | 36.98 | 24.01 | 72.5 | - |
| YUV | 137.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 223 | 0.18 | 0.56 | 0 | 0.13 | 280.32 | 0.66 | 0.63 |
| Hex | B6 | 62 | DF | 12 | 38 | 0 | D | 118 | 42 | 3F |
| Octal | 266 | 142 | 337 | 22 | 70 | 0 | 15 | 430 | 102 | 77 |
| Binary | 10110110 | 1100010 | 11011111 | 10010 | 111000 | 0 | 1101 | 100011000 | 1000010 | 111111 |
Color Harmonies of #B662DF
Complementary color
Monochromatic Colors of #B662DF
Black with #B662DF
Text Example
Text Example
White with #B662DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B662DF; }
p { color: rgb(182,98,223); }
H1.HeaderClassName
{
color: #B662DF;
}
.AnyTagClassName
{
color: #B662DF;
}
</style>
background-color css
<style>
a { background-color: #B662DF; }
a { background-color: rgb(182,98,223); }
div.DivClassName
{
background-color: #B662DF;
}
.BgClassName
{
background-color: #B662DF;
}
</style>
border-color css
<style>
span { border-color: #B662DF; }
span { border-color: rgb(182,98,223); }
td.TdClassName
{
border-color: #B662DF;
}
.TagClassName
{
border-color: #B662DF;
}
</style>