Shades of Medium Orchid #B758FA
Tints of Medium Orchid #B758FA
RGB
CMYK
RGB Variations
Color information
#B758FA (or 0xB758FA) is known color: Medium Orchid. HEX triplet: B7, 58 and FA. RGB value is (183,88,250). Sum of RGB (Red+Green+Blue) = 183+88+250=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #B758FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B758FA is #48A705. Grayscale: #868686. Windows color (decimal): -4761350 or 16406711. OLE color: 16406711.
HSL color Cylindrical-coordinate representation of color #B758FA: hue angle of 275.19º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B758FA is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 88 | 250 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.02 |
| HSL | 275.19º | 0.94% | 0.66% | - |
| HSV(B) | 275.19º | 0.65% | 0.98% | - |
| XYZ | 40.27 | 23.95 | 92.94 | - |
| YUV | 134.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 250 | 0.27 | 0.65 | 0 | 0.02 | 275.19 | 0.94 | 0.66 |
| Hex | B7 | 58 | FA | 1B | 41 | 0 | 2 | 113 | 5E | 42 |
| Octal | 267 | 130 | 372 | 33 | 101 | 0 | 2 | 423 | 136 | 102 |
| Binary | 10110111 | 1011000 | 11111010 | 11011 | 1000001 | 0 | 10 | 100010011 | 1011110 | 1000010 |
Color Harmonies of #B758FA
Complementary color
Monochromatic Colors of #B758FA
Black with #B758FA
Text Example
Text Example
White with #B758FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B758FA; }
p { color: rgb(183,88,250); }
H1.HeaderClassName
{
color: #B758FA;
}
.AnyTagClassName
{
color: #B758FA;
}
</style>
background-color css
<style>
a { background-color: #B758FA; }
a { background-color: rgb(183,88,250); }
div.DivClassName
{
background-color: #B758FA;
}
.BgClassName
{
background-color: #B758FA;
}
</style>
border-color css
<style>
span { border-color: #B758FA; }
span { border-color: rgb(183,88,250); }
td.TdClassName
{
border-color: #B758FA;
}
.TagClassName
{
border-color: #B758FA;
}
</style>