Shades of Medium Orchid #B865C5
Tints of Medium Orchid #B865C5
RGB
CMYK
RGB Variations
Color information
#B865C5 (or 0xB865C5) is known color: Medium Orchid. HEX triplet: B8, 65 and C5. RGB value is (184,101,197). Sum of RGB (Red+Green+Blue) = 184+101+197=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #B865C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865C5 is #479A3A. Grayscale: #888888. Windows color (decimal): -4692539 or 12936632. OLE color: 12936632.
HSL color Cylindrical-coordinate representation of color #B865C5: hue angle of 291.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B865C5 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 101 | 197 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.23 |
| HSL | 291.88º | 0.45% | 0.58% | - |
| HSV(B) | 291.88º | 0.49% | 0.77% | - |
| XYZ | 34.5 | 23.53 | 55.55 | - |
| YUV | 136.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 197 | 0.07 | 0.49 | 0 | 0.23 | 291.88 | 0.45 | 0.58 |
| Hex | B8 | 65 | C5 | 7 | 31 | 0 | 17 | 124 | 2D | 3A |
| Octal | 270 | 145 | 305 | 7 | 61 | 0 | 27 | 444 | 55 | 72 |
| Binary | 10111000 | 1100101 | 11000101 | 111 | 110001 | 0 | 10111 | 100100100 | 101101 | 111010 |
Color Harmonies of #B865C5
Complementary color
Monochromatic Colors of #B865C5
Black with #B865C5
Text Example
Text Example
White with #B865C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865C5; }
p { color: rgb(184,101,197); }
H1.HeaderClassName
{
color: #B865C5;
}
.AnyTagClassName
{
color: #B865C5;
}
</style>
background-color css
<style>
a { background-color: #B865C5; }
a { background-color: rgb(184,101,197); }
div.DivClassName
{
background-color: #B865C5;
}
.BgClassName
{
background-color: #B865C5;
}
</style>
border-color css
<style>
span { border-color: #B865C5; }
span { border-color: rgb(184,101,197); }
td.TdClassName
{
border-color: #B865C5;
}
.TagClassName
{
border-color: #B865C5;
}
</style>