Shades of Medium Orchid #B366C8
Tints of Medium Orchid #B366C8
RGB
CMYK
RGB Variations
Color information
#B366C8 (or 0xB366C8) is known color: Medium Orchid. HEX triplet: B3, 66 and C8. RGB value is (179,102,200). Sum of RGB (Red+Green+Blue) = 179+102+200=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #B366C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366C8 is #4C9937. Grayscale: #878787. Windows color (decimal): -5019960 or 13133491. OLE color: 13133491.
HSL color Cylindrical-coordinate representation of color #B366C8: hue angle of 287.14º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B366C8 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 102 | 200 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.22 |
| HSL | 287.14º | 0.47% | 0.59% | - |
| HSV(B) | 287.14º | 0.49% | 0.78% | - |
| XYZ | 33.77 | 23.26 | 57.35 | - |
| YUV | 136.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 200 | 0.10 | 0.49 | 0 | 0.22 | 287.14 | 0.47 | 0.59 |
| Hex | B3 | 66 | C8 | A | 31 | 0 | 16 | 11F | 2F | 3B |
| Octal | 263 | 146 | 310 | 12 | 61 | 0 | 26 | 437 | 57 | 73 |
| Binary | 10110011 | 1100110 | 11001000 | 1010 | 110001 | 0 | 10110 | 100011111 | 101111 | 111011 |
Color Harmonies of #B366C8
Complementary color
Monochromatic Colors of #B366C8
Black with #B366C8
Text Example
Text Example
White with #B366C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366C8; }
p { color: rgb(179,102,200); }
H1.HeaderClassName
{
color: #B366C8;
}
.AnyTagClassName
{
color: #B366C8;
}
</style>
background-color css
<style>
a { background-color: #B366C8; }
a { background-color: rgb(179,102,200); }
div.DivClassName
{
background-color: #B366C8;
}
.BgClassName
{
background-color: #B366C8;
}
</style>
border-color css
<style>
span { border-color: #B366C8; }
span { border-color: rgb(179,102,200); }
td.TdClassName
{
border-color: #B366C8;
}
.TagClassName
{
border-color: #B366C8;
}
</style>