Shades of Medium Orchid #B865C9
Tints of Medium Orchid #B865C9
RGB
CMYK
RGB Variations
Color information
#B865C9 (or 0xB865C9) is known color: Medium Orchid. HEX triplet: B8, 65 and C9. RGB value is (184,101,201). Sum of RGB (Red+Green+Blue) = 184+101+201=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #B865C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865C9 is #479A36. Grayscale: #888888. Windows color (decimal): -4692535 or 13198776. OLE color: 13198776.
HSL color Cylindrical-coordinate representation of color #B865C9: hue angle of 289.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B865C9 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 101 | 201 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.21 |
| HSL | 289.8º | 0.48% | 0.59% | - |
| HSV(B) | 289.8º | 0.5% | 0.79% | - |
| XYZ | 34.96 | 23.71 | 57.99 | - |
| YUV | 137.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 201 | 0.08 | 0.50 | 0 | 0.21 | 289.8 | 0.48 | 0.59 |
| Hex | B8 | 65 | C9 | 8 | 32 | 0 | 15 | 122 | 30 | 3B |
| Octal | 270 | 145 | 311 | 10 | 62 | 0 | 25 | 442 | 60 | 73 |
| Binary | 10111000 | 1100101 | 11001001 | 1000 | 110010 | 0 | 10101 | 100100010 | 110000 | 111011 |
Color Harmonies of #B865C9
Complementary color
Monochromatic Colors of #B865C9
Black with #B865C9
Text Example
Text Example
White with #B865C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865C9; }
p { color: rgb(184,101,201); }
H1.HeaderClassName
{
color: #B865C9;
}
.AnyTagClassName
{
color: #B865C9;
}
</style>
background-color css
<style>
a { background-color: #B865C9; }
a { background-color: rgb(184,101,201); }
div.DivClassName
{
background-color: #B865C9;
}
.BgClassName
{
background-color: #B865C9;
}
</style>
border-color css
<style>
span { border-color: #B865C9; }
span { border-color: rgb(184,101,201); }
td.TdClassName
{
border-color: #B865C9;
}
.TagClassName
{
border-color: #B865C9;
}
</style>