Shades of Medium Orchid #B065F0
Tints of Medium Orchid #B065F0
RGB
CMYK
RGB Variations
Color information
#B065F0 (or 0xB065F0) is known color: Medium Orchid. HEX triplet: B0, 65 and F0. RGB value is (176,101,240). Sum of RGB (Red+Green+Blue) = 176+101+240=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #B065F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B065F0 is #4F9A0F. Grayscale: #8A8A8A. Windows color (decimal): -5216784 or 15754672. OLE color: 15754672.
HSL color Cylindrical-coordinate representation of color #B065F0: hue angle of 272.37º degrees, saturation: 0.82, 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 #B065F0 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 101 | 240 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.06 |
| HSL | 272.37º | 0.82% | 0.67% | - |
| HSV(B) | 272.37º | 0.58% | 0.94% | - |
| XYZ | 38.29 | 24.83 | 85.21 | - |
| YUV | 139.27 | 184.85 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 240 | 0.27 | 0.58 | 0 | 0.06 | 272.37 | 0.82 | 0.67 |
| Hex | B0 | 65 | F0 | 1B | 3A | 0 | 6 | 110 | 52 | 43 |
| Octal | 260 | 145 | 360 | 33 | 72 | 0 | 6 | 420 | 122 | 103 |
| Binary | 10110000 | 1100101 | 11110000 | 11011 | 111010 | 0 | 110 | 100010000 | 1010010 | 1000011 |
Color Harmonies of #B065F0
Complementary color
Monochromatic Colors of #B065F0
Black with #B065F0
Text Example
Text Example
White with #B065F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065F0; }
p { color: rgb(176,101,240); }
H1.HeaderClassName
{
color: #B065F0;
}
.AnyTagClassName
{
color: #B065F0;
}
</style>
background-color css
<style>
a { background-color: #B065F0; }
a { background-color: rgb(176,101,240); }
div.DivClassName
{
background-color: #B065F0;
}
.BgClassName
{
background-color: #B065F0;
}
</style>
border-color css
<style>
span { border-color: #B065F0; }
span { border-color: rgb(176,101,240); }
td.TdClassName
{
border-color: #B065F0;
}
.TagClassName
{
border-color: #B065F0;
}
</style>