Shades of Medium Orchid #B875E5
Tints of Medium Orchid #B875E5
RGB
CMYK
RGB Variations
Color information
#B875E5 (or 0xB875E5) is known color: Medium Orchid. HEX triplet: B8, 75 and E5. RGB value is (184,117,229). Sum of RGB (Red+Green+Blue) = 184+117+229=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #B875E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875E5 is #478A1A. Grayscale: #959595. Windows color (decimal): -4688411 or 15037880. OLE color: 15037880.
HSL color Cylindrical-coordinate representation of color #B875E5: hue angle of 275.89º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B875E5 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 117 | 229 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.10 |
| HSL | 275.89º | 0.68% | 0.68% | - |
| HSV(B) | 275.89º | 0.49% | 0.9% | - |
| XYZ | 40.27 | 28.57 | 77.52 | - |
| YUV | 149.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 229 | 0.20 | 0.49 | 0 | 0.10 | 275.89 | 0.68 | 0.68 |
| Hex | B8 | 75 | E5 | 14 | 31 | 0 | A | 114 | 44 | 44 |
| Octal | 270 | 165 | 345 | 24 | 61 | 0 | 12 | 424 | 104 | 104 |
| Binary | 10111000 | 1110101 | 11100101 | 10100 | 110001 | 0 | 1010 | 100010100 | 1000100 | 1000100 |
Color Harmonies of #B875E5
Complementary color
Monochromatic Colors of #B875E5
Black with #B875E5
Text Example
Text Example
White with #B875E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B875E5; }
p { color: rgb(184,117,229); }
H1.HeaderClassName
{
color: #B875E5;
}
.AnyTagClassName
{
color: #B875E5;
}
</style>
background-color css
<style>
a { background-color: #B875E5; }
a { background-color: rgb(184,117,229); }
div.DivClassName
{
background-color: #B875E5;
}
.BgClassName
{
background-color: #B875E5;
}
</style>
border-color css
<style>
span { border-color: #B875E5; }
span { border-color: rgb(184,117,229); }
td.TdClassName
{
border-color: #B875E5;
}
.TagClassName
{
border-color: #B875E5;
}
</style>