Shades of Medium Orchid #B758FD
Tints of Medium Orchid #B758FD
RGB
CMYK
RGB Variations
Color information
#B758FD (or 0xB758FD) is known color: Medium Orchid. HEX triplet: B7, 58 and FD. RGB value is (183,88,253). Sum of RGB (Red+Green+Blue) = 183+88+253=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #B758FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B758FD is #48A702. Grayscale: #868686. Windows color (decimal): -4761347 or 16603319. OLE color: 16603319.
HSL color Cylindrical-coordinate representation of color #B758FD: hue angle of 274.55º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B758FD is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 88 | 253 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.01 |
| HSL | 274.55º | 0.98% | 0.67% | - |
| HSV(B) | 274.55º | 0.65% | 0.99% | - |
| XYZ | 40.75 | 24.14 | 95.44 | - |
| YUV | 135.22 | 194.47 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 253 | 0.28 | 0.65 | 0 | 0.01 | 274.55 | 0.98 | 0.67 |
| Hex | B7 | 58 | FD | 1C | 41 | 0 | 1 | 113 | 62 | 43 |
| Octal | 267 | 130 | 375 | 34 | 101 | 0 | 1 | 423 | 142 | 103 |
| Binary | 10110111 | 1011000 | 11111101 | 11100 | 1000001 | 0 | 1 | 100010011 | 1100010 | 1000011 |
Color Harmonies of #B758FD
Complementary color
Monochromatic Colors of #B758FD
Black with #B758FD
Text Example
Text Example
White with #B758FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B758FD; }
p { color: rgb(183,88,253); }
H1.HeaderClassName
{
color: #B758FD;
}
.AnyTagClassName
{
color: #B758FD;
}
</style>
background-color css
<style>
a { background-color: #B758FD; }
a { background-color: rgb(183,88,253); }
div.DivClassName
{
background-color: #B758FD;
}
.BgClassName
{
background-color: #B758FD;
}
</style>
border-color css
<style>
span { border-color: #B758FD; }
span { border-color: rgb(183,88,253); }
td.TdClassName
{
border-color: #B758FD;
}
.TagClassName
{
border-color: #B758FD;
}
</style>