Shades of Medium Orchid #B366C3
Tints of Medium Orchid #B366C3
RGB
CMYK
RGB Variations
Color information
#B366C3 (or 0xB366C3) is known color: Medium Orchid. HEX triplet: B3, 66 and C3. RGB value is (179,102,195). Sum of RGB (Red+Green+Blue) = 179+102+195=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 195 - color contains mainly: blue. Hex color #B366C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366C3 is #4C993C. Grayscale: #878787. Windows color (decimal): -5019965 or 12805811. OLE color: 12805811.
HSL color Cylindrical-coordinate representation of color #B366C3: hue angle of 289.68º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B366C3 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 102 | 195 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.24 |
| HSL | 289.68º | 0.44% | 0.58% | - |
| HSV(B) | 289.68º | 0.48% | 0.76% | - |
| XYZ | 33.19 | 23.03 | 54.32 | - |
| YUV | 135.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 195 | 0.08 | 0.48 | 0 | 0.24 | 289.68 | 0.44 | 0.58 |
| Hex | B3 | 66 | C3 | 8 | 30 | 0 | 18 | 122 | 2C | 3A |
| Octal | 263 | 146 | 303 | 10 | 60 | 0 | 30 | 442 | 54 | 72 |
| Binary | 10110011 | 1100110 | 11000011 | 1000 | 110000 | 0 | 11000 | 100100010 | 101100 | 111010 |
Color Harmonies of #B366C3
Complementary color
Monochromatic Colors of #B366C3
Black with #B366C3
Text Example
Text Example
White with #B366C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366C3; }
p { color: rgb(179,102,195); }
H1.HeaderClassName
{
color: #B366C3;
}
.AnyTagClassName
{
color: #B366C3;
}
</style>
background-color css
<style>
a { background-color: #B366C3; }
a { background-color: rgb(179,102,195); }
div.DivClassName
{
background-color: #B366C3;
}
.BgClassName
{
background-color: #B366C3;
}
</style>
border-color css
<style>
span { border-color: #B366C3; }
span { border-color: rgb(179,102,195); }
td.TdClassName
{
border-color: #B366C3;
}
.TagClassName
{
border-color: #B366C3;
}
</style>