Shades of Medium Orchid #B368CF
Tints of Medium Orchid #B368CF
RGB
CMYK
RGB Variations
Color information
#B368CF (or 0xB368CF) is known color: Medium Orchid. HEX triplet: B3, 68 and CF. RGB value is (179,104,207). Sum of RGB (Red+Green+Blue) = 179+104+207=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #B368CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368CF is #4C9730. Grayscale: #898989. Windows color (decimal): -5019441 or 13592755. OLE color: 13592755.
HSL color Cylindrical-coordinate representation of color #B368CF: hue angle of 283.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B368CF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 104 | 207 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.19 |
| HSL | 283.69º | 0.52% | 0.61% | - |
| HSV(B) | 283.69º | 0.5% | 0.81% | - |
| XYZ | 34.8 | 23.99 | 61.83 | - |
| YUV | 138.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 207 | 0.14 | 0.50 | 0 | 0.19 | 283.69 | 0.52 | 0.61 |
| Hex | B3 | 68 | CF | E | 32 | 0 | 13 | 11C | 34 | 3D |
| Octal | 263 | 150 | 317 | 16 | 62 | 0 | 23 | 434 | 64 | 75 |
| Binary | 10110011 | 1101000 | 11001111 | 1110 | 110010 | 0 | 10011 | 100011100 | 110100 | 111101 |
Color Harmonies of #B368CF
Complementary color
Monochromatic Colors of #B368CF
Black with #B368CF
Text Example
Text Example
White with #B368CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B368CF; }
p { color: rgb(179,104,207); }
H1.HeaderClassName
{
color: #B368CF;
}
.AnyTagClassName
{
color: #B368CF;
}
</style>
background-color css
<style>
a { background-color: #B368CF; }
a { background-color: rgb(179,104,207); }
div.DivClassName
{
background-color: #B368CF;
}
.BgClassName
{
background-color: #B368CF;
}
</style>
border-color css
<style>
span { border-color: #B368CF; }
span { border-color: rgb(179,104,207); }
td.TdClassName
{
border-color: #B368CF;
}
.TagClassName
{
border-color: #B368CF;
}
</style>