Shades of Medium Orchid #B366CE
Tints of Medium Orchid #B366CE
RGB
CMYK
RGB Variations
Color information
#B366CE (or 0xB366CE) is known color: Medium Orchid. HEX triplet: B3, 66 and CE. RGB value is (179,102,206). Sum of RGB (Red+Green+Blue) = 179+102+206=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #B366CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366CE is #4C9931. Grayscale: #888888. Windows color (decimal): -5019954 or 13526707. OLE color: 13526707.
HSL color Cylindrical-coordinate representation of color #B366CE: hue angle of 284.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B366CE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 102 | 206 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.19 |
| HSL | 284.42º | 0.51% | 0.6% | - |
| HSV(B) | 284.42º | 0.5% | 0.81% | - |
| XYZ | 34.48 | 23.54 | 61.12 | - |
| YUV | 136.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 206 | 0.13 | 0.50 | 0 | 0.19 | 284.42 | 0.51 | 0.6 |
| Hex | B3 | 66 | CE | D | 32 | 0 | 13 | 11C | 33 | 3C |
| Octal | 263 | 146 | 316 | 15 | 62 | 0 | 23 | 434 | 63 | 74 |
| Binary | 10110011 | 1100110 | 11001110 | 1101 | 110010 | 0 | 10011 | 100011100 | 110011 | 111100 |
Color Harmonies of #B366CE
Complementary color
Monochromatic Colors of #B366CE
Black with #B366CE
Text Example
Text Example
White with #B366CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366CE; }
p { color: rgb(179,102,206); }
H1.HeaderClassName
{
color: #B366CE;
}
.AnyTagClassName
{
color: #B366CE;
}
</style>
background-color css
<style>
a { background-color: #B366CE; }
a { background-color: rgb(179,102,206); }
div.DivClassName
{
background-color: #B366CE;
}
.BgClassName
{
background-color: #B366CE;
}
</style>
border-color css
<style>
span { border-color: #B366CE; }
span { border-color: rgb(179,102,206); }
td.TdClassName
{
border-color: #B366CE;
}
.TagClassName
{
border-color: #B366CE;
}
</style>