Shades of Medium Orchid #B756F2
Tints of Medium Orchid #B756F2
RGB
CMYK
RGB Variations
Color information
#B756F2 (or 0xB756F2) is known color: Medium Orchid. HEX triplet: B7, 56 and F2. RGB value is (183,86,242). Sum of RGB (Red+Green+Blue) = 183+86+242=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #B756F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B756F2 is #48A90D. Grayscale: #848484. Windows color (decimal): -4761870 or 15881911. OLE color: 15881911.
HSL color Cylindrical-coordinate representation of color #B756F2: hue angle of 277.31º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B756F2 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 86 | 242 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.05 |
| HSL | 277.31º | 0.86% | 0.64% | - |
| HSV(B) | 277.31º | 0.64% | 0.95% | - |
| XYZ | 38.88 | 23.13 | 86.42 | - |
| YUV | 132.79 | 189.64 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 242 | 0.24 | 0.64 | 0 | 0.05 | 277.31 | 0.86 | 0.64 |
| Hex | B7 | 56 | F2 | 18 | 40 | 0 | 5 | 115 | 56 | 40 |
| Octal | 267 | 126 | 362 | 30 | 100 | 0 | 5 | 425 | 126 | 100 |
| Binary | 10110111 | 1010110 | 11110010 | 11000 | 1000000 | 0 | 101 | 100010101 | 1010110 | 1000000 |
Color Harmonies of #B756F2
Complementary color
Monochromatic Colors of #B756F2
Black with #B756F2
Text Example
Text Example
White with #B756F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B756F2; }
p { color: rgb(183,86,242); }
H1.HeaderClassName
{
color: #B756F2;
}
.AnyTagClassName
{
color: #B756F2;
}
</style>
background-color css
<style>
a { background-color: #B756F2; }
a { background-color: rgb(183,86,242); }
div.DivClassName
{
background-color: #B756F2;
}
.BgClassName
{
background-color: #B756F2;
}
</style>
border-color css
<style>
span { border-color: #B756F2; }
span { border-color: rgb(183,86,242); }
td.TdClassName
{
border-color: #B756F2;
}
.TagClassName
{
border-color: #B756F2;
}
</style>