Shades of Medium Orchid #B75CFF
Tints of Medium Orchid #B75CFF
RGB
CMYK
RGB Variations
Color information
#B75CFF (or 0xB75CFF) is known color: Medium Orchid. HEX triplet: B7, 5C and FF. RGB value is (183,92,255). Sum of RGB (Red+Green+Blue) = 183+92+255=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #B75CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75CFF is #48A300. Grayscale: #898989. Windows color (decimal): -4760321 or 16735415. OLE color: 16735415.
HSL color Cylindrical-coordinate representation of color #B75CFF: hue angle of 273.5º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B75CFF is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 92 | 255 | - |
| CMYK | 0.28 | 0.64 | 0 | 0 |
| HSL | 273.5º | 1% | 0.68% | - |
| HSV(B) | 273.5º | 0.64% | 1% | - |
| XYZ | 41.41 | 24.94 | 97.24 | - |
| YUV | 137.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 255 | 0.28 | 0.64 | 0 | 0 | 273.5 | 1 | 0.68 |
| Hex | B7 | 5C | FF | 1C | 40 | 0 | 0 | 111 | 64 | 44 |
| Octal | 267 | 134 | 377 | 34 | 100 | 0 | 0 | 421 | 144 | 104 |
| Binary | 10110111 | 1011100 | 11111111 | 11100 | 1000000 | 0 | 0 | 100010001 | 1100100 | 1000100 |
Color Harmonies of #B75CFF
Complementary color
Monochromatic Colors of #B75CFF
Black with #B75CFF
Text Example
Text Example
White with #B75CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75CFF; }
p { color: rgb(183,92,255); }
H1.HeaderClassName
{
color: #B75CFF;
}
.AnyTagClassName
{
color: #B75CFF;
}
</style>
background-color css
<style>
a { background-color: #B75CFF; }
a { background-color: rgb(183,92,255); }
div.DivClassName
{
background-color: #B75CFF;
}
.BgClassName
{
background-color: #B75CFF;
}
</style>
border-color css
<style>
span { border-color: #B75CFF; }
span { border-color: rgb(183,92,255); }
td.TdClassName
{
border-color: #B75CFF;
}
.TagClassName
{
border-color: #B75CFF;
}
</style>