Shades of Medium Orchid #B965EB
Tints of Medium Orchid #B965EB
RGB
CMYK
RGB Variations
Color information
#B965EB (or 0xB965EB) is known color: Medium Orchid. HEX triplet: B9, 65 and EB. RGB value is (185,101,235). Sum of RGB (Red+Green+Blue) = 185+101+235=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #B965EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B965EB is #469A14. Grayscale: #8C8C8C. Windows color (decimal): -4626965 or 15427001. OLE color: 15427001.
HSL color Cylindrical-coordinate representation of color #B965EB: hue angle of 277.61º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B965EB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 101 | 235 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.08 |
| HSL | 277.61º | 0.77% | 0.66% | - |
| HSV(B) | 277.61º | 0.57% | 0.92% | - |
| XYZ | 39.66 | 25.62 | 81.45 | - |
| YUV | 141.39 | 180.83 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 235 | 0.21 | 0.57 | 0 | 0.08 | 277.61 | 0.77 | 0.66 |
| Hex | B9 | 65 | EB | 15 | 39 | 0 | 8 | 116 | 4D | 42 |
| Octal | 271 | 145 | 353 | 25 | 71 | 0 | 10 | 426 | 115 | 102 |
| Binary | 10111001 | 1100101 | 11101011 | 10101 | 111001 | 0 | 1000 | 100010110 | 1001101 | 1000010 |
Color Harmonies of #B965EB
Complementary color
Monochromatic Colors of #B965EB
Black with #B965EB
Text Example
Text Example
White with #B965EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965EB; }
p { color: rgb(185,101,235); }
H1.HeaderClassName
{
color: #B965EB;
}
.AnyTagClassName
{
color: #B965EB;
}
</style>
background-color css
<style>
a { background-color: #B965EB; }
a { background-color: rgb(185,101,235); }
div.DivClassName
{
background-color: #B965EB;
}
.BgClassName
{
background-color: #B965EB;
}
</style>
border-color css
<style>
span { border-color: #B965EB; }
span { border-color: rgb(185,101,235); }
td.TdClassName
{
border-color: #B965EB;
}
.TagClassName
{
border-color: #B965EB;
}
</style>