Shades of Medium Orchid #B569D4
Tints of Medium Orchid #B569D4
RGB
CMYK
RGB Variations
Color information
#B569D4 (or 0xB569D4) is known color: Medium Orchid. HEX triplet: B5, 69 and D4. RGB value is (181,105,212). Sum of RGB (Red+Green+Blue) = 181+105+212=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #B569D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569D4 is #4A962B. Grayscale: #8B8B8B. Windows color (decimal): -4888108 or 13920693. OLE color: 13920693.
HSL color Cylindrical-coordinate representation of color #B569D4: hue angle of 282.62º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B569D4 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 105 | 212 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.17 |
| HSL | 282.62º | 0.55% | 0.62% | - |
| HSV(B) | 282.62º | 0.5% | 0.83% | - |
| XYZ | 35.99 | 24.68 | 65.15 | - |
| YUV | 139.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 212 | 0.15 | 0.50 | 0 | 0.17 | 282.62 | 0.55 | 0.62 |
| Hex | B5 | 69 | D4 | F | 32 | 0 | 11 | 11B | 37 | 3E |
| Octal | 265 | 151 | 324 | 17 | 62 | 0 | 21 | 433 | 67 | 76 |
| Binary | 10110101 | 1101001 | 11010100 | 1111 | 110010 | 0 | 10001 | 100011011 | 110111 | 111110 |
Color Harmonies of #B569D4
Complementary color
Monochromatic Colors of #B569D4
Black with #B569D4
Text Example
Text Example
White with #B569D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569D4; }
p { color: rgb(181,105,212); }
H1.HeaderClassName
{
color: #B569D4;
}
.AnyTagClassName
{
color: #B569D4;
}
</style>
background-color css
<style>
a { background-color: #B569D4; }
a { background-color: rgb(181,105,212); }
div.DivClassName
{
background-color: #B569D4;
}
.BgClassName
{
background-color: #B569D4;
}
</style>
border-color css
<style>
span { border-color: #B569D4; }
span { border-color: rgb(181,105,212); }
td.TdClassName
{
border-color: #B569D4;
}
.TagClassName
{
border-color: #B569D4;
}
</style>