Shades of Medium Orchid #B65CDF
Tints of Medium Orchid #B65CDF
RGB
CMYK
RGB Variations
Color information
#B65CDF (or 0xB65CDF) is known color: Medium Orchid. HEX triplet: B6, 5C and DF. RGB value is (182,92,223). Sum of RGB (Red+Green+Blue) = 182+92+223=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #B65CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CDF is #49A320. Grayscale: #858585. Windows color (decimal): -4825889 or 14638262. OLE color: 14638262.
HSL color Cylindrical-coordinate representation of color #B65CDF: hue angle of 281.22º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B65CDF is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 92 | 223 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.13 |
| HSL | 281.22º | 0.67% | 0.62% | - |
| HSV(B) | 281.22º | 0.59% | 0.87% | - |
| XYZ | 36.44 | 22.93 | 72.32 | - |
| YUV | 133.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 223 | 0.18 | 0.59 | 0 | 0.13 | 281.22 | 0.67 | 0.62 |
| Hex | B6 | 5C | DF | 12 | 3B | 0 | D | 119 | 43 | 3E |
| Octal | 266 | 134 | 337 | 22 | 73 | 0 | 15 | 431 | 103 | 76 |
| Binary | 10110110 | 1011100 | 11011111 | 10010 | 111011 | 0 | 1101 | 100011001 | 1000011 | 111110 |
Color Harmonies of #B65CDF
Complementary color
Monochromatic Colors of #B65CDF
Black with #B65CDF
Text Example
Text Example
White with #B65CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65CDF; }
p { color: rgb(182,92,223); }
H1.HeaderClassName
{
color: #B65CDF;
}
.AnyTagClassName
{
color: #B65CDF;
}
</style>
background-color css
<style>
a { background-color: #B65CDF; }
a { background-color: rgb(182,92,223); }
div.DivClassName
{
background-color: #B65CDF;
}
.BgClassName
{
background-color: #B65CDF;
}
</style>
border-color css
<style>
span { border-color: #B65CDF; }
span { border-color: rgb(182,92,223); }
td.TdClassName
{
border-color: #B65CDF;
}
.TagClassName
{
border-color: #B65CDF;
}
</style>