Shades of Medium Orchid #B569EF
Tints of Medium Orchid #B569EF
RGB
CMYK
RGB Variations
Color information
#B569EF (or 0xB569EF) is known color: Medium Orchid. HEX triplet: B5, 69 and EF. RGB value is (181,105,239). Sum of RGB (Red+Green+Blue) = 181+105+239=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #B569EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569EF is #4A9610. Grayscale: #8E8E8E. Windows color (decimal): -4888081 or 15690165. OLE color: 15690165.
HSL color Cylindrical-coordinate representation of color #B569EF: hue angle of 274.03º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B569EF is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 105 | 239 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.06 |
| HSL | 274.03º | 0.81% | 0.67% | - |
| HSV(B) | 274.03º | 0.56% | 0.94% | - |
| XYZ | 39.69 | 26.16 | 84.62 | - |
| YUV | 143 | 182.18 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 239 | 0.24 | 0.56 | 0 | 0.06 | 274.03 | 0.81 | 0.67 |
| Hex | B5 | 69 | EF | 18 | 38 | 0 | 6 | 112 | 51 | 43 |
| Octal | 265 | 151 | 357 | 30 | 70 | 0 | 6 | 422 | 121 | 103 |
| Binary | 10110101 | 1101001 | 11101111 | 11000 | 111000 | 0 | 110 | 100010010 | 1010001 | 1000011 |
Color Harmonies of #B569EF
Complementary color
Monochromatic Colors of #B569EF
Black with #B569EF
Text Example
Text Example
White with #B569EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569EF; }
p { color: rgb(181,105,239); }
H1.HeaderClassName
{
color: #B569EF;
}
.AnyTagClassName
{
color: #B569EF;
}
</style>
background-color css
<style>
a { background-color: #B569EF; }
a { background-color: rgb(181,105,239); }
div.DivClassName
{
background-color: #B569EF;
}
.BgClassName
{
background-color: #B569EF;
}
</style>
border-color css
<style>
span { border-color: #B569EF; }
span { border-color: rgb(181,105,239); }
td.TdClassName
{
border-color: #B569EF;
}
.TagClassName
{
border-color: #B569EF;
}
</style>