Shades of Medium Orchid #B758F3
Tints of Medium Orchid #B758F3
RGB
CMYK
RGB Variations
Color information
#B758F3 (or 0xB758F3) is known color: Medium Orchid. HEX triplet: B7, 58 and F3. RGB value is (183,88,243). Sum of RGB (Red+Green+Blue) = 183+88+243=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #B758F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B758F3 is #48A70C. Grayscale: #858585. Windows color (decimal): -4761357 or 15947959. OLE color: 15947959.
HSL color Cylindrical-coordinate representation of color #B758F3: hue angle of 276.77º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B758F3 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 88 | 243 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.05 |
| HSL | 276.77º | 0.87% | 0.65% | - |
| HSV(B) | 276.77º | 0.64% | 0.95% | - |
| XYZ | 39.2 | 23.52 | 87.27 | - |
| YUV | 134.08 | 189.47 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 243 | 0.25 | 0.64 | 0 | 0.05 | 276.77 | 0.87 | 0.65 |
| Hex | B7 | 58 | F3 | 19 | 40 | 0 | 5 | 115 | 57 | 41 |
| Octal | 267 | 130 | 363 | 31 | 100 | 0 | 5 | 425 | 127 | 101 |
| Binary | 10110111 | 1011000 | 11110011 | 11001 | 1000000 | 0 | 101 | 100010101 | 1010111 | 1000001 |
Color Harmonies of #B758F3
Complementary color
Monochromatic Colors of #B758F3
Black with #B758F3
Text Example
Text Example
White with #B758F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B758F3; }
p { color: rgb(183,88,243); }
H1.HeaderClassName
{
color: #B758F3;
}
.AnyTagClassName
{
color: #B758F3;
}
</style>
background-color css
<style>
a { background-color: #B758F3; }
a { background-color: rgb(183,88,243); }
div.DivClassName
{
background-color: #B758F3;
}
.BgClassName
{
background-color: #B758F3;
}
</style>
border-color css
<style>
span { border-color: #B758F3; }
span { border-color: rgb(183,88,243); }
td.TdClassName
{
border-color: #B758F3;
}
.TagClassName
{
border-color: #B758F3;
}
</style>