Shades of Medium Orchid #B565F7
Tints of Medium Orchid #B565F7
RGB
CMYK
RGB Variations
Color information
#B565F7 (or 0xB565F7) is known color: Medium Orchid. HEX triplet: B5, 65 and F7. RGB value is (181,101,247). Sum of RGB (Red+Green+Blue) = 181+101+247=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #B565F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565F7 is #4A9A08. Grayscale: #8D8D8D. Windows color (decimal): -4889097 or 16213429. OLE color: 16213429.
HSL color Cylindrical-coordinate representation of color #B565F7: hue angle of 272.88º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B565F7 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 101 | 247 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.03 |
| HSL | 272.88º | 0.9% | 0.68% | - |
| HSV(B) | 272.88º | 0.59% | 0.97% | - |
| XYZ | 40.5 | 25.85 | 90.85 | - |
| YUV | 141.56 | 187.5 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 247 | 0.27 | 0.59 | 0 | 0.03 | 272.88 | 0.9 | 0.68 |
| Hex | B5 | 65 | F7 | 1B | 3B | 0 | 3 | 111 | 5A | 44 |
| Octal | 265 | 145 | 367 | 33 | 73 | 0 | 3 | 421 | 132 | 104 |
| Binary | 10110101 | 1100101 | 11110111 | 11011 | 111011 | 0 | 11 | 100010001 | 1011010 | 1000100 |
Color Harmonies of #B565F7
Complementary color
Monochromatic Colors of #B565F7
Black with #B565F7
Text Example
Text Example
White with #B565F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565F7; }
p { color: rgb(181,101,247); }
H1.HeaderClassName
{
color: #B565F7;
}
.AnyTagClassName
{
color: #B565F7;
}
</style>
background-color css
<style>
a { background-color: #B565F7; }
a { background-color: rgb(181,101,247); }
div.DivClassName
{
background-color: #B565F7;
}
.BgClassName
{
background-color: #B565F7;
}
</style>
border-color css
<style>
span { border-color: #B565F7; }
span { border-color: rgb(181,101,247); }
td.TdClassName
{
border-color: #B565F7;
}
.TagClassName
{
border-color: #B565F7;
}
</style>