Shades of Medium Orchid #B965EE
Tints of Medium Orchid #B965EE
RGB
CMYK
RGB Variations
Color information
#B965EE (or 0xB965EE) is known color: Medium Orchid. HEX triplet: B9, 65 and EE. RGB value is (185,101,238). Sum of RGB (Red+Green+Blue) = 185+101+238=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #B965EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B965EE is #469A11. Grayscale: #8D8D8D. Windows color (decimal): -4626962 or 15623609. OLE color: 15623609.
HSL color Cylindrical-coordinate representation of color #B965EE: hue angle of 276.79º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B965EE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 101 | 238 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.07 |
| HSL | 276.79º | 0.8% | 0.66% | - |
| HSV(B) | 276.79º | 0.58% | 0.93% | - |
| XYZ | 40.09 | 25.79 | 83.75 | - |
| YUV | 141.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 238 | 0.22 | 0.58 | 0 | 0.07 | 276.79 | 0.8 | 0.66 |
| Hex | B9 | 65 | EE | 16 | 3A | 0 | 7 | 115 | 50 | 42 |
| Octal | 271 | 145 | 356 | 26 | 72 | 0 | 7 | 425 | 120 | 102 |
| Binary | 10111001 | 1100101 | 11101110 | 10110 | 111010 | 0 | 111 | 100010101 | 1010000 | 1000010 |
Color Harmonies of #B965EE
Complementary color
Monochromatic Colors of #B965EE
Black with #B965EE
Text Example
Text Example
White with #B965EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965EE; }
p { color: rgb(185,101,238); }
H1.HeaderClassName
{
color: #B965EE;
}
.AnyTagClassName
{
color: #B965EE;
}
</style>
background-color css
<style>
a { background-color: #B965EE; }
a { background-color: rgb(185,101,238); }
div.DivClassName
{
background-color: #B965EE;
}
.BgClassName
{
background-color: #B965EE;
}
</style>
border-color css
<style>
span { border-color: #B965EE; }
span { border-color: rgb(185,101,238); }
td.TdClassName
{
border-color: #B965EE;
}
.TagClassName
{
border-color: #B965EE;
}
</style>