Shades of Medium Orchid #B368DD
Tints of Medium Orchid #B368DD
RGB
CMYK
RGB Variations
Color information
#B368DD (or 0xB368DD) is known color: Medium Orchid. HEX triplet: B3, 68 and DD. RGB value is (179,104,221). Sum of RGB (Red+Green+Blue) = 179+104+221=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #B368DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368DD is #4C9722. Grayscale: #8B8B8B. Windows color (decimal): -5019427 or 14510259. OLE color: 14510259.
HSL color Cylindrical-coordinate representation of color #B368DD: hue angle of 278.46º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B368DD is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 104 | 221 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.13 |
| HSL | 278.46º | 0.63% | 0.64% | - |
| HSV(B) | 278.46º | 0.53% | 0.87% | - |
| XYZ | 36.59 | 24.7 | 71.25 | - |
| YUV | 139.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 221 | 0.19 | 0.53 | 0 | 0.13 | 278.46 | 0.63 | 0.64 |
| Hex | B3 | 68 | DD | 13 | 35 | 0 | D | 116 | 3F | 40 |
| Octal | 263 | 150 | 335 | 23 | 65 | 0 | 15 | 426 | 77 | 100 |
| Binary | 10110011 | 1101000 | 11011101 | 10011 | 110101 | 0 | 1101 | 100010110 | 111111 | 1000000 |
Color Harmonies of #B368DD
Complementary color
Monochromatic Colors of #B368DD
Black with #B368DD
Text Example
Text Example
White with #B368DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B368DD; }
p { color: rgb(179,104,221); }
H1.HeaderClassName
{
color: #B368DD;
}
.AnyTagClassName
{
color: #B368DD;
}
</style>
background-color css
<style>
a { background-color: #B368DD; }
a { background-color: rgb(179,104,221); }
div.DivClassName
{
background-color: #B368DD;
}
.BgClassName
{
background-color: #B368DD;
}
</style>
border-color css
<style>
span { border-color: #B368DD; }
span { border-color: rgb(179,104,221); }
td.TdClassName
{
border-color: #B368DD;
}
.TagClassName
{
border-color: #B368DD;
}
</style>