Shades of Medium Orchid #B965E4
Tints of Medium Orchid #B965E4
RGB
CMYK
RGB Variations
Color information
#B965E4 (or 0xB965E4) is known color: Medium Orchid. HEX triplet: B9, 65 and E4. RGB value is (185,101,228). Sum of RGB (Red+Green+Blue) = 185+101+228=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #B965E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965E4 is #469A1B. Grayscale: #8C8C8C. Windows color (decimal): -4626972 or 14968249. OLE color: 14968249.
HSL color Cylindrical-coordinate representation of color #B965E4: hue angle of 279.69º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B965E4 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 101 | 228 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.11 |
| HSL | 279.69º | 0.7% | 0.65% | - |
| HSV(B) | 279.69º | 0.56% | 0.89% | - |
| XYZ | 38.66 | 25.22 | 76.23 | - |
| YUV | 140.59 | 177.33 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 228 | 0.19 | 0.56 | 0 | 0.11 | 279.69 | 0.7 | 0.65 |
| Hex | B9 | 65 | E4 | 13 | 38 | 0 | B | 118 | 46 | 41 |
| Octal | 271 | 145 | 344 | 23 | 70 | 0 | 13 | 430 | 106 | 101 |
| Binary | 10111001 | 1100101 | 11100100 | 10011 | 111000 | 0 | 1011 | 100011000 | 1000110 | 1000001 |
Color Harmonies of #B965E4
Complementary color
Monochromatic Colors of #B965E4
Black with #B965E4
Text Example
Text Example
White with #B965E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965E4; }
p { color: rgb(185,101,228); }
H1.HeaderClassName
{
color: #B965E4;
}
.AnyTagClassName
{
color: #B965E4;
}
</style>
background-color css
<style>
a { background-color: #B965E4; }
a { background-color: rgb(185,101,228); }
div.DivClassName
{
background-color: #B965E4;
}
.BgClassName
{
background-color: #B965E4;
}
</style>
border-color css
<style>
span { border-color: #B965E4; }
span { border-color: rgb(185,101,228); }
td.TdClassName
{
border-color: #B965E4;
}
.TagClassName
{
border-color: #B965E4;
}
</style>