Shades of Medium Orchid #B565FA
Tints of Medium Orchid #B565FA
RGB
CMYK
RGB Variations
Color information
#B565FA (or 0xB565FA) is known color: Medium Orchid. HEX triplet: B5, 65 and FA. RGB value is (181,101,250). Sum of RGB (Red+Green+Blue) = 181+101+250=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #B565FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565FA is #4A9A05. Grayscale: #8D8D8D. Windows color (decimal): -4889094 or 16410037. OLE color: 16410037.
HSL color Cylindrical-coordinate representation of color #B565FA: hue angle of 272.21º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B565FA is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 101 | 250 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.02 |
| HSL | 272.21º | 0.94% | 0.69% | - |
| HSV(B) | 272.21º | 0.6% | 0.98% | - |
| XYZ | 40.97 | 26.03 | 93.31 | - |
| YUV | 141.91 | 189 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 250 | 0.28 | 0.60 | 0 | 0.02 | 272.21 | 0.94 | 0.69 |
| Hex | B5 | 65 | FA | 1C | 3C | 0 | 2 | 110 | 5E | 45 |
| Octal | 265 | 145 | 372 | 34 | 74 | 0 | 2 | 420 | 136 | 105 |
| Binary | 10110101 | 1100101 | 11111010 | 11100 | 111100 | 0 | 10 | 100010000 | 1011110 | 1000101 |
Color Harmonies of #B565FA
Complementary color
Monochromatic Colors of #B565FA
Black with #B565FA
Text Example
Text Example
White with #B565FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565FA; }
p { color: rgb(181,101,250); }
H1.HeaderClassName
{
color: #B565FA;
}
.AnyTagClassName
{
color: #B565FA;
}
</style>
background-color css
<style>
a { background-color: #B565FA; }
a { background-color: rgb(181,101,250); }
div.DivClassName
{
background-color: #B565FA;
}
.BgClassName
{
background-color: #B565FA;
}
</style>
border-color css
<style>
span { border-color: #B565FA; }
span { border-color: rgb(181,101,250); }
td.TdClassName
{
border-color: #B565FA;
}
.TagClassName
{
border-color: #B565FA;
}
</style>