Shades of Medium Orchid #B65ECF
Tints of Medium Orchid #B65ECF
RGB
CMYK
RGB Variations
Color information
#B65ECF (or 0xB65ECF) is known color: Medium Orchid. HEX triplet: B6, 5E and CF. RGB value is (182,94,207). Sum of RGB (Red+Green+Blue) = 182+94+207=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #B65ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ECF is #49A130. Grayscale: #848484. Windows color (decimal): -4825393 or 13590198. OLE color: 13590198.
HSL color Cylindrical-coordinate representation of color #B65ECF: hue angle of 286.73º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65ECF is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 94 | 207 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.19 |
| HSL | 286.73º | 0.54% | 0.59% | - |
| HSV(B) | 286.73º | 0.55% | 0.81% | - |
| XYZ | 34.56 | 22.46 | 61.54 | - |
| YUV | 133.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 207 | 0.12 | 0.55 | 0 | 0.19 | 286.73 | 0.54 | 0.59 |
| Hex | B6 | 5E | CF | C | 37 | 0 | 13 | 11F | 36 | 3B |
| Octal | 266 | 136 | 317 | 14 | 67 | 0 | 23 | 437 | 66 | 73 |
| Binary | 10110110 | 1011110 | 11001111 | 1100 | 110111 | 0 | 10011 | 100011111 | 110110 | 111011 |
Color Harmonies of #B65ECF
Complementary color
Monochromatic Colors of #B65ECF
Black with #B65ECF
Text Example
Text Example
White with #B65ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65ECF; }
p { color: rgb(182,94,207); }
H1.HeaderClassName
{
color: #B65ECF;
}
.AnyTagClassName
{
color: #B65ECF;
}
</style>
background-color css
<style>
a { background-color: #B65ECF; }
a { background-color: rgb(182,94,207); }
div.DivClassName
{
background-color: #B65ECF;
}
.BgClassName
{
background-color: #B65ECF;
}
</style>
border-color css
<style>
span { border-color: #B65ECF; }
span { border-color: rgb(182,94,207); }
td.TdClassName
{
border-color: #B65ECF;
}
.TagClassName
{
border-color: #B65ECF;
}
</style>