Shades of Medium Orchid #B569F2
Tints of Medium Orchid #B569F2
RGB
CMYK
RGB Variations
Color information
#B569F2 (or 0xB569F2) is known color: Medium Orchid. HEX triplet: B5, 69 and F2. RGB value is (181,105,242). Sum of RGB (Red+Green+Blue) = 181+105+242=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #B569F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569F2 is #4A960D. Grayscale: #8E8E8E. Windows color (decimal): -4888078 or 15886773. OLE color: 15886773.
HSL color Cylindrical-coordinate representation of color #B569F2: hue angle of 273.28º degrees, saturation: 0.84, 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 #B569F2 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 105 | 242 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.05 |
| HSL | 273.28º | 0.84% | 0.68% | - |
| HSV(B) | 273.28º | 0.57% | 0.95% | - |
| XYZ | 40.13 | 26.34 | 86.97 | - |
| YUV | 143.34 | 183.68 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 242 | 0.25 | 0.57 | 0 | 0.05 | 273.28 | 0.84 | 0.68 |
| Hex | B5 | 69 | F2 | 19 | 39 | 0 | 5 | 111 | 54 | 44 |
| Octal | 265 | 151 | 362 | 31 | 71 | 0 | 5 | 421 | 124 | 104 |
| Binary | 10110101 | 1101001 | 11110010 | 11001 | 111001 | 0 | 101 | 100010001 | 1010100 | 1000100 |
Color Harmonies of #B569F2
Complementary color
Monochromatic Colors of #B569F2
Black with #B569F2
Text Example
Text Example
White with #B569F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569F2; }
p { color: rgb(181,105,242); }
H1.HeaderClassName
{
color: #B569F2;
}
.AnyTagClassName
{
color: #B569F2;
}
</style>
background-color css
<style>
a { background-color: #B569F2; }
a { background-color: rgb(181,105,242); }
div.DivClassName
{
background-color: #B569F2;
}
.BgClassName
{
background-color: #B569F2;
}
</style>
border-color css
<style>
span { border-color: #B569F2; }
span { border-color: rgb(181,105,242); }
td.TdClassName
{
border-color: #B569F2;
}
.TagClassName
{
border-color: #B569F2;
}
</style>