Shades of Medium Orchid #B366ED
Tints of Medium Orchid #B366ED
RGB
CMYK
RGB Variations
Color information
#B366ED (or 0xB366ED) is known color: Medium Orchid. HEX triplet: B3, 66 and ED. RGB value is (179,102,237). Sum of RGB (Red+Green+Blue) = 179+102+237=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #B366ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366ED is #4C9912. Grayscale: #8B8B8B. Windows color (decimal): -5019923 or 15558323. OLE color: 15558323.
HSL color Cylindrical-coordinate representation of color #B366ED: hue angle of 274.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B366ED is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 102 | 237 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.07 |
| HSL | 274.22º | 0.79% | 0.66% | - |
| HSV(B) | 274.22º | 0.57% | 0.93% | - |
| XYZ | 38.63 | 25.2 | 82.95 | - |
| YUV | 140.41 | 182.51 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 237 | 0.24 | 0.57 | 0 | 0.07 | 274.22 | 0.79 | 0.66 |
| Hex | B3 | 66 | ED | 18 | 39 | 0 | 7 | 112 | 4F | 42 |
| Octal | 263 | 146 | 355 | 30 | 71 | 0 | 7 | 422 | 117 | 102 |
| Binary | 10110011 | 1100110 | 11101101 | 11000 | 111001 | 0 | 111 | 100010010 | 1001111 | 1000010 |
Color Harmonies of #B366ED
Complementary color
Monochromatic Colors of #B366ED
Black with #B366ED
Text Example
Text Example
White with #B366ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366ED; }
p { color: rgb(179,102,237); }
H1.HeaderClassName
{
color: #B366ED;
}
.AnyTagClassName
{
color: #B366ED;
}
</style>
background-color css
<style>
a { background-color: #B366ED; }
a { background-color: rgb(179,102,237); }
div.DivClassName
{
background-color: #B366ED;
}
.BgClassName
{
background-color: #B366ED;
}
</style>
border-color css
<style>
span { border-color: #B366ED; }
span { border-color: rgb(179,102,237); }
td.TdClassName
{
border-color: #B366ED;
}
.TagClassName
{
border-color: #B366ED;
}
</style>