Shades of Medium Orchid #B75AF5
Tints of Medium Orchid #B75AF5
RGB
CMYK
RGB Variations
Color information
#B75AF5 (or 0xB75AF5) is known color: Medium Orchid. HEX triplet: B7, 5A and F5. RGB value is (183,90,245). Sum of RGB (Red+Green+Blue) = 183+90+245=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #B75AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75AF5 is #48A50A. Grayscale: #868686. Windows color (decimal): -4760843 or 16079543. OLE color: 16079543.
HSL color Cylindrical-coordinate representation of color #B75AF5: hue angle of 276º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B75AF5 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 90 | 245 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.04 |
| HSL | 276º | 0.89% | 0.66% | - |
| HSV(B) | 276º | 0.63% | 0.96% | - |
| XYZ | 39.67 | 23.97 | 88.92 | - |
| YUV | 135.48 | 189.81 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 245 | 0.25 | 0.63 | 0 | 0.04 | 276 | 0.89 | 0.66 |
| Hex | B7 | 5A | F5 | 19 | 3F | 0 | 4 | 114 | 59 | 42 |
| Octal | 267 | 132 | 365 | 31 | 77 | 0 | 4 | 424 | 131 | 102 |
| Binary | 10110111 | 1011010 | 11110101 | 11001 | 111111 | 0 | 100 | 100010100 | 1011001 | 1000010 |
Color Harmonies of #B75AF5
Complementary color
Monochromatic Colors of #B75AF5
Black with #B75AF5
Text Example
Text Example
White with #B75AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75AF5; }
p { color: rgb(183,90,245); }
H1.HeaderClassName
{
color: #B75AF5;
}
.AnyTagClassName
{
color: #B75AF5;
}
</style>
background-color css
<style>
a { background-color: #B75AF5; }
a { background-color: rgb(183,90,245); }
div.DivClassName
{
background-color: #B75AF5;
}
.BgClassName
{
background-color: #B75AF5;
}
</style>
border-color css
<style>
span { border-color: #B75AF5; }
span { border-color: rgb(183,90,245); }
td.TdClassName
{
border-color: #B75AF5;
}
.TagClassName
{
border-color: #B75AF5;
}
</style>