Shades of Medium Orchid #B363CC
Tints of Medium Orchid #B363CC
RGB
CMYK
RGB Variations
Color information
#B363CC (or 0xB363CC) is known color: Medium Orchid. HEX triplet: B3, 63 and CC. RGB value is (179,99,204). Sum of RGB (Red+Green+Blue) = 179+99+204=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #B363CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363CC is #4C9C33. Grayscale: #868686. Windows color (decimal): -5020724 or 13394867. OLE color: 13394867.
HSL color Cylindrical-coordinate representation of color #B363CC: hue angle of 285.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B363CC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 99 | 204 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.2 |
| HSL | 285.71º | 0.51% | 0.59% | - |
| HSV(B) | 285.71º | 0.51% | 0.8% | - |
| XYZ | 33.95 | 22.87 | 59.75 | - |
| YUV | 134.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 204 | 0.12 | 0.51 | 0 | 0.2 | 285.71 | 0.51 | 0.59 |
| Hex | B3 | 63 | CC | C | 33 | 0 | 14 | 11E | 33 | 3B |
| Octal | 263 | 143 | 314 | 14 | 63 | 0 | 24 | 436 | 63 | 73 |
| Binary | 10110011 | 1100011 | 11001100 | 1100 | 110011 | 0 | 10100 | 100011110 | 110011 | 111011 |
Color Harmonies of #B363CC
Complementary color
Monochromatic Colors of #B363CC
Black with #B363CC
Text Example
Text Example
White with #B363CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B363CC; }
p { color: rgb(179,99,204); }
H1.HeaderClassName
{
color: #B363CC;
}
.AnyTagClassName
{
color: #B363CC;
}
</style>
background-color css
<style>
a { background-color: #B363CC; }
a { background-color: rgb(179,99,204); }
div.DivClassName
{
background-color: #B363CC;
}
.BgClassName
{
background-color: #B363CC;
}
</style>
border-color css
<style>
span { border-color: #B363CC; }
span { border-color: rgb(179,99,204); }
td.TdClassName
{
border-color: #B363CC;
}
.TagClassName
{
border-color: #B363CC;
}
</style>