Shades of Medium Orchid #B768F6
Tints of Medium Orchid #B768F6
RGB
CMYK
RGB Variations
Color information
#B768F6 (or 0xB768F6) is known color: Medium Orchid. HEX triplet: B7, 68 and F6. RGB value is (183,104,246). Sum of RGB (Red+Green+Blue) = 183+104+246=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #B768F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768F6 is #489709. Grayscale: #8F8F8F. Windows color (decimal): -4757258 or 16148663. OLE color: 16148663.
HSL color Cylindrical-coordinate representation of color #B768F6: hue angle of 273.38º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B768F6 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 104 | 246 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.04 |
| HSL | 273.38º | 0.89% | 0.69% | - |
| HSV(B) | 273.38º | 0.58% | 0.96% | - |
| XYZ | 41.11 | 26.62 | 90.16 | - |
| YUV | 143.81 | 185.67 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 246 | 0.26 | 0.58 | 0 | 0.04 | 273.38 | 0.89 | 0.69 |
| Hex | B7 | 68 | F6 | 1A | 3A | 0 | 4 | 111 | 59 | 45 |
| Octal | 267 | 150 | 366 | 32 | 72 | 0 | 4 | 421 | 131 | 105 |
| Binary | 10110111 | 1101000 | 11110110 | 11010 | 111010 | 0 | 100 | 100010001 | 1011001 | 1000101 |
Color Harmonies of #B768F6
Complementary color
Monochromatic Colors of #B768F6
Black with #B768F6
Text Example
Text Example
White with #B768F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768F6; }
p { color: rgb(183,104,246); }
H1.HeaderClassName
{
color: #B768F6;
}
.AnyTagClassName
{
color: #B768F6;
}
</style>
background-color css
<style>
a { background-color: #B768F6; }
a { background-color: rgb(183,104,246); }
div.DivClassName
{
background-color: #B768F6;
}
.BgClassName
{
background-color: #B768F6;
}
</style>
border-color css
<style>
span { border-color: #B768F6; }
span { border-color: rgb(183,104,246); }
td.TdClassName
{
border-color: #B768F6;
}
.TagClassName
{
border-color: #B768F6;
}
</style>