Shades of Medium Orchid #B75CE7
Tints of Medium Orchid #B75CE7
RGB
CMYK
RGB Variations
Color information
#B75CE7 (or 0xB75CE7) is known color: Medium Orchid. HEX triplet: B7, 5C and E7. RGB value is (183,92,231). Sum of RGB (Red+Green+Blue) = 183+92+231=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #B75CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75CE7 is #48A318. Grayscale: #868686. Windows color (decimal): -4760345 or 15162551. OLE color: 15162551.
HSL color Cylindrical-coordinate representation of color #B75CE7: hue angle of 279.28º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B75CE7 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 92 | 231 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.09 |
| HSL | 279.28º | 0.74% | 0.63% | - |
| HSV(B) | 279.28º | 0.6% | 0.91% | - |
| XYZ | 37.78 | 23.49 | 78.14 | - |
| YUV | 135.06 | 182.15 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 231 | 0.21 | 0.60 | 0 | 0.09 | 279.28 | 0.74 | 0.63 |
| Hex | B7 | 5C | E7 | 15 | 3C | 0 | 9 | 117 | 4A | 3F |
| Octal | 267 | 134 | 347 | 25 | 74 | 0 | 11 | 427 | 112 | 77 |
| Binary | 10110111 | 1011100 | 11100111 | 10101 | 111100 | 0 | 1001 | 100010111 | 1001010 | 111111 |
Color Harmonies of #B75CE7
Complementary color
Monochromatic Colors of #B75CE7
Black with #B75CE7
Text Example
Text Example
White with #B75CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75CE7; }
p { color: rgb(183,92,231); }
H1.HeaderClassName
{
color: #B75CE7;
}
.AnyTagClassName
{
color: #B75CE7;
}
</style>
background-color css
<style>
a { background-color: #B75CE7; }
a { background-color: rgb(183,92,231); }
div.DivClassName
{
background-color: #B75CE7;
}
.BgClassName
{
background-color: #B75CE7;
}
</style>
border-color css
<style>
span { border-color: #B75CE7; }
span { border-color: rgb(183,92,231); }
td.TdClassName
{
border-color: #B75CE7;
}
.TagClassName
{
border-color: #B75CE7;
}
</style>