Shades of Medium Orchid #B569F3
Tints of Medium Orchid #B569F3
RGB
CMYK
RGB Variations
Color information
#B569F3 (or 0xB569F3) is known color: Medium Orchid. HEX triplet: B5, 69 and F3. RGB value is (181,105,243). Sum of RGB (Red+Green+Blue) = 181+105+243=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #B569F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569F3 is #4A960C. Grayscale: #8E8E8E. Windows color (decimal): -4888077 or 15952309. OLE color: 15952309.
HSL color Cylindrical-coordinate representation of color #B569F3: hue angle of 273.04º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B569F3 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 105 | 243 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.05 |
| HSL | 273.04º | 0.85% | 0.68% | - |
| HSV(B) | 273.04º | 0.57% | 0.95% | - |
| XYZ | 40.29 | 26.4 | 87.77 | - |
| YUV | 143.46 | 184.18 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 243 | 0.26 | 0.57 | 0 | 0.05 | 273.04 | 0.85 | 0.68 |
| Hex | B5 | 69 | F3 | 1A | 39 | 0 | 5 | 111 | 55 | 44 |
| Octal | 265 | 151 | 363 | 32 | 71 | 0 | 5 | 421 | 125 | 104 |
| Binary | 10110101 | 1101001 | 11110011 | 11010 | 111001 | 0 | 101 | 100010001 | 1010101 | 1000100 |
Color Harmonies of #B569F3
Complementary color
Monochromatic Colors of #B569F3
Black with #B569F3
Text Example
Text Example
White with #B569F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569F3; }
p { color: rgb(181,105,243); }
H1.HeaderClassName
{
color: #B569F3;
}
.AnyTagClassName
{
color: #B569F3;
}
</style>
background-color css
<style>
a { background-color: #B569F3; }
a { background-color: rgb(181,105,243); }
div.DivClassName
{
background-color: #B569F3;
}
.BgClassName
{
background-color: #B569F3;
}
</style>
border-color css
<style>
span { border-color: #B569F3; }
span { border-color: rgb(181,105,243); }
td.TdClassName
{
border-color: #B569F3;
}
.TagClassName
{
border-color: #B569F3;
}
</style>