Shades of Medium Orchid #B768E6
Tints of Medium Orchid #B768E6
RGB
CMYK
RGB Variations
Color information
#B768E6 (or 0xB768E6) is known color: Medium Orchid. HEX triplet: B7, 68 and E6. RGB value is (183,104,230). Sum of RGB (Red+Green+Blue) = 183+104+230=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #B768E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768E6 is #489719. Grayscale: #8D8D8D. Windows color (decimal): -4757274 or 15100087. OLE color: 15100087.
HSL color Cylindrical-coordinate representation of color #B768E6: hue angle of 277.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B768E6 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 104 | 230 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.10 |
| HSL | 277.62º | 0.72% | 0.65% | - |
| HSV(B) | 277.62º | 0.55% | 0.9% | - |
| XYZ | 38.76 | 25.68 | 77.78 | - |
| YUV | 141.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 230 | 0.20 | 0.55 | 0 | 0.10 | 277.62 | 0.72 | 0.65 |
| Hex | B7 | 68 | E6 | 14 | 37 | 0 | A | 116 | 48 | 41 |
| Octal | 267 | 150 | 346 | 24 | 67 | 0 | 12 | 426 | 110 | 101 |
| Binary | 10110111 | 1101000 | 11100110 | 10100 | 110111 | 0 | 1010 | 100010110 | 1001000 | 1000001 |
Color Harmonies of #B768E6
Complementary color
Monochromatic Colors of #B768E6
Black with #B768E6
Text Example
Text Example
White with #B768E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768E6; }
p { color: rgb(183,104,230); }
H1.HeaderClassName
{
color: #B768E6;
}
.AnyTagClassName
{
color: #B768E6;
}
</style>
background-color css
<style>
a { background-color: #B768E6; }
a { background-color: rgb(183,104,230); }
div.DivClassName
{
background-color: #B768E6;
}
.BgClassName
{
background-color: #B768E6;
}
</style>
border-color css
<style>
span { border-color: #B768E6; }
span { border-color: rgb(183,104,230); }
td.TdClassName
{
border-color: #B768E6;
}
.TagClassName
{
border-color: #B768E6;
}
</style>