Shades of Medium Orchid #B875E7
Tints of Medium Orchid #B875E7
RGB
CMYK
RGB Variations
Color information
#B875E7 (or 0xB875E7) is known color: Medium Orchid. HEX triplet: B8, 75 and E7. RGB value is (184,117,231). Sum of RGB (Red+Green+Blue) = 184+117+231=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #B875E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B875E7 is #478A18. Grayscale: #959595. Windows color (decimal): -4688409 or 15168952. OLE color: 15168952.
HSL color Cylindrical-coordinate representation of color #B875E7: hue angle of 275.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B875E7 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 117 | 231 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.09 |
| HSL | 275.26º | 0.7% | 0.68% | - |
| HSV(B) | 275.26º | 0.49% | 0.91% | - |
| XYZ | 40.55 | 28.68 | 79 | - |
| YUV | 150.03 | 173.7 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 231 | 0.20 | 0.49 | 0 | 0.09 | 275.26 | 0.7 | 0.68 |
| Hex | B8 | 75 | E7 | 14 | 31 | 0 | 9 | 113 | 46 | 44 |
| Octal | 270 | 165 | 347 | 24 | 61 | 0 | 11 | 423 | 106 | 104 |
| Binary | 10111000 | 1110101 | 11100111 | 10100 | 110001 | 0 | 1001 | 100010011 | 1000110 | 1000100 |
Color Harmonies of #B875E7
Complementary color
Monochromatic Colors of #B875E7
Black with #B875E7
Text Example
Text Example
White with #B875E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B875E7; }
p { color: rgb(184,117,231); }
H1.HeaderClassName
{
color: #B875E7;
}
.AnyTagClassName
{
color: #B875E7;
}
</style>
background-color css
<style>
a { background-color: #B875E7; }
a { background-color: rgb(184,117,231); }
div.DivClassName
{
background-color: #B875E7;
}
.BgClassName
{
background-color: #B875E7;
}
</style>
border-color css
<style>
span { border-color: #B875E7; }
span { border-color: rgb(184,117,231); }
td.TdClassName
{
border-color: #B875E7;
}
.TagClassName
{
border-color: #B875E7;
}
</style>