Shades of Medium Orchid #B363CF
Tints of Medium Orchid #B363CF
RGB
CMYK
RGB Variations
Color information
#B363CF (or 0xB363CF) is known color: Medium Orchid. HEX triplet: B3, 63 and CF. RGB value is (179,99,207). Sum of RGB (Red+Green+Blue) = 179+99+207=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #B363CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363CF is #4C9C30. Grayscale: #868686. Windows color (decimal): -5020721 or 13591475. OLE color: 13591475.
HSL color Cylindrical-coordinate representation of color #B363CF: hue angle of 284.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B363CF is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 99 | 207 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.19 |
| HSL | 284.44º | 0.53% | 0.6% | - |
| HSV(B) | 284.44º | 0.52% | 0.81% | - |
| XYZ | 34.31 | 23.01 | 61.66 | - |
| YUV | 135.23 | 168.5 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 207 | 0.14 | 0.52 | 0 | 0.19 | 284.44 | 0.53 | 0.6 |
| Hex | B3 | 63 | CF | E | 34 | 0 | 13 | 11C | 35 | 3C |
| Octal | 263 | 143 | 317 | 16 | 64 | 0 | 23 | 434 | 65 | 74 |
| Binary | 10110011 | 1100011 | 11001111 | 1110 | 110100 | 0 | 10011 | 100011100 | 110101 | 111100 |
Color Harmonies of #B363CF
Complementary color
Monochromatic Colors of #B363CF
Black with #B363CF
Text Example
Text Example
White with #B363CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B363CF; }
p { color: rgb(179,99,207); }
H1.HeaderClassName
{
color: #B363CF;
}
.AnyTagClassName
{
color: #B363CF;
}
</style>
background-color css
<style>
a { background-color: #B363CF; }
a { background-color: rgb(179,99,207); }
div.DivClassName
{
background-color: #B363CF;
}
.BgClassName
{
background-color: #B363CF;
}
</style>
border-color css
<style>
span { border-color: #B363CF; }
span { border-color: rgb(179,99,207); }
td.TdClassName
{
border-color: #B363CF;
}
.TagClassName
{
border-color: #B363CF;
}
</style>