Shades of Medium Orchid #B756EA
Tints of Medium Orchid #B756EA
RGB
CMYK
RGB Variations
Color information
#B756EA (or 0xB756EA) is known color: Medium Orchid. HEX triplet: B7, 56 and EA. RGB value is (183,86,234). Sum of RGB (Red+Green+Blue) = 183+86+234=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #B756EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B756EA is #48A915. Grayscale: #838383. Windows color (decimal): -4761878 or 15357623. OLE color: 15357623.
HSL color Cylindrical-coordinate representation of color #B756EA: hue angle of 279.32º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B756EA is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 86 | 234 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.08 |
| HSL | 279.32º | 0.78% | 0.63% | - |
| HSV(B) | 279.32º | 0.63% | 0.92% | - |
| XYZ | 37.71 | 22.66 | 80.23 | - |
| YUV | 131.88 | 185.64 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 234 | 0.22 | 0.63 | 0 | 0.08 | 279.32 | 0.78 | 0.63 |
| Hex | B7 | 56 | EA | 16 | 3F | 0 | 8 | 117 | 4E | 3F |
| Octal | 267 | 126 | 352 | 26 | 77 | 0 | 10 | 427 | 116 | 77 |
| Binary | 10110111 | 1010110 | 11101010 | 10110 | 111111 | 0 | 1000 | 100010111 | 1001110 | 111111 |
Color Harmonies of #B756EA
Complementary color
Monochromatic Colors of #B756EA
Black with #B756EA
Text Example
Text Example
White with #B756EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B756EA; }
p { color: rgb(183,86,234); }
H1.HeaderClassName
{
color: #B756EA;
}
.AnyTagClassName
{
color: #B756EA;
}
</style>
background-color css
<style>
a { background-color: #B756EA; }
a { background-color: rgb(183,86,234); }
div.DivClassName
{
background-color: #B756EA;
}
.BgClassName
{
background-color: #B756EA;
}
</style>
border-color css
<style>
span { border-color: #B756EA; }
span { border-color: rgb(183,86,234); }
td.TdClassName
{
border-color: #B756EA;
}
.TagClassName
{
border-color: #B756EA;
}
</style>