Shades of Medium Orchid #B569EC
Tints of Medium Orchid #B569EC
RGB
CMYK
RGB Variations
Color information
#B569EC (or 0xB569EC) is known color: Medium Orchid. HEX triplet: B5, 69 and EC. RGB value is (181,105,236). Sum of RGB (Red+Green+Blue) = 181+105+236=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #B569EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569EC is #4A9613. Grayscale: #8E8E8E. Windows color (decimal): -4888084 or 15493557. OLE color: 15493557.
HSL color Cylindrical-coordinate representation of color #B569EC: hue angle of 274.81º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B569EC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 105 | 236 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.07 |
| HSL | 274.81º | 0.78% | 0.67% | - |
| HSV(B) | 274.81º | 0.56% | 0.93% | - |
| XYZ | 39.25 | 25.98 | 82.3 | - |
| YUV | 142.66 | 180.68 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 236 | 0.23 | 0.56 | 0 | 0.07 | 274.81 | 0.78 | 0.67 |
| Hex | B5 | 69 | EC | 17 | 38 | 0 | 7 | 113 | 4E | 43 |
| Octal | 265 | 151 | 354 | 27 | 70 | 0 | 7 | 423 | 116 | 103 |
| Binary | 10110101 | 1101001 | 11101100 | 10111 | 111000 | 0 | 111 | 100010011 | 1001110 | 1000011 |
Color Harmonies of #B569EC
Complementary color
Monochromatic Colors of #B569EC
Black with #B569EC
Text Example
Text Example
White with #B569EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569EC; }
p { color: rgb(181,105,236); }
H1.HeaderClassName
{
color: #B569EC;
}
.AnyTagClassName
{
color: #B569EC;
}
</style>
background-color css
<style>
a { background-color: #B569EC; }
a { background-color: rgb(181,105,236); }
div.DivClassName
{
background-color: #B569EC;
}
.BgClassName
{
background-color: #B569EC;
}
</style>
border-color css
<style>
span { border-color: #B569EC; }
span { border-color: rgb(181,105,236); }
td.TdClassName
{
border-color: #B569EC;
}
.TagClassName
{
border-color: #B569EC;
}
</style>