Shades of Medium Orchid #B965EF
Tints of Medium Orchid #B965EF
RGB
CMYK
RGB Variations
Color information
#B965EF (or 0xB965EF) is known color: Medium Orchid. HEX triplet: B9, 65 and EF. RGB value is (185,101,239). Sum of RGB (Red+Green+Blue) = 185+101+239=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #B965EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B965EF is #469A10. Grayscale: #8D8D8D. Windows color (decimal): -4626961 or 15689145. OLE color: 15689145.
HSL color Cylindrical-coordinate representation of color #B965EF: hue angle of 276.52º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B965EF is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 101 | 239 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.06 |
| HSL | 276.52º | 0.81% | 0.67% | - |
| HSV(B) | 276.52º | 0.58% | 0.94% | - |
| XYZ | 40.24 | 25.85 | 84.53 | - |
| YUV | 141.85 | 182.83 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 239 | 0.23 | 0.58 | 0 | 0.06 | 276.52 | 0.81 | 0.67 |
| Hex | B9 | 65 | EF | 17 | 3A | 0 | 6 | 115 | 51 | 43 |
| Octal | 271 | 145 | 357 | 27 | 72 | 0 | 6 | 425 | 121 | 103 |
| Binary | 10111001 | 1100101 | 11101111 | 10111 | 111010 | 0 | 110 | 100010101 | 1010001 | 1000011 |
Color Harmonies of #B965EF
Complementary color
Monochromatic Colors of #B965EF
Black with #B965EF
Text Example
Text Example
White with #B965EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965EF; }
p { color: rgb(185,101,239); }
H1.HeaderClassName
{
color: #B965EF;
}
.AnyTagClassName
{
color: #B965EF;
}
</style>
background-color css
<style>
a { background-color: #B965EF; }
a { background-color: rgb(185,101,239); }
div.DivClassName
{
background-color: #B965EF;
}
.BgClassName
{
background-color: #B965EF;
}
</style>
border-color css
<style>
span { border-color: #B965EF; }
span { border-color: rgb(185,101,239); }
td.TdClassName
{
border-color: #B965EF;
}
.TagClassName
{
border-color: #B965EF;
}
</style>