Shades of Medium Orchid #B768CF
Tints of Medium Orchid #B768CF
RGB
CMYK
RGB Variations
Color information
#B768CF (or 0xB768CF) is known color: Medium Orchid. HEX triplet: B7, 68 and CF. RGB value is (183,104,207). Sum of RGB (Red+Green+Blue) = 183+104+207=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #B768CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768CF is #489730. Grayscale: #8B8B8B. Windows color (decimal): -4757297 or 13592759. OLE color: 13592759.
HSL color Cylindrical-coordinate representation of color #B768CF: hue angle of 286.02º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B768CF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 104 | 207 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.19 |
| HSL | 286.02º | 0.52% | 0.61% | - |
| HSV(B) | 286.02º | 0.5% | 0.81% | - |
| XYZ | 35.74 | 24.47 | 61.87 | - |
| YUV | 139.36 | 166.17 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 207 | 0.12 | 0.50 | 0 | 0.19 | 286.02 | 0.52 | 0.61 |
| Hex | B7 | 68 | CF | C | 32 | 0 | 13 | 11E | 34 | 3D |
| Octal | 267 | 150 | 317 | 14 | 62 | 0 | 23 | 436 | 64 | 75 |
| Binary | 10110111 | 1101000 | 11001111 | 1100 | 110010 | 0 | 10011 | 100011110 | 110100 | 111101 |
Color Harmonies of #B768CF
Complementary color
Monochromatic Colors of #B768CF
Black with #B768CF
Text Example
Text Example
White with #B768CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768CF; }
p { color: rgb(183,104,207); }
H1.HeaderClassName
{
color: #B768CF;
}
.AnyTagClassName
{
color: #B768CF;
}
</style>
background-color css
<style>
a { background-color: #B768CF; }
a { background-color: rgb(183,104,207); }
div.DivClassName
{
background-color: #B768CF;
}
.BgClassName
{
background-color: #B768CF;
}
</style>
border-color css
<style>
span { border-color: #B768CF; }
span { border-color: rgb(183,104,207); }
td.TdClassName
{
border-color: #B768CF;
}
.TagClassName
{
border-color: #B768CF;
}
</style>