Shades of Medium Orchid #B869F0
Tints of Medium Orchid #B869F0
RGB
CMYK
RGB Variations
Color information
#B869F0 (or 0xB869F0) is known color: Medium Orchid. HEX triplet: B8, 69 and F0. RGB value is (184,105,240). Sum of RGB (Red+Green+Blue) = 184+105+240=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #B869F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B869F0 is #47960F. Grayscale: #8F8F8F. Windows color (decimal): -4691472 or 15755704. OLE color: 15755704.
HSL color Cylindrical-coordinate representation of color #B869F0: hue angle of 275.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B869F0 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 105 | 240 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.06 |
| HSL | 275.11º | 0.82% | 0.68% | - |
| HSV(B) | 275.11º | 0.56% | 0.94% | - |
| XYZ | 40.55 | 26.58 | 85.43 | - |
| YUV | 144.01 | 182.17 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 240 | 0.23 | 0.56 | 0 | 0.06 | 275.11 | 0.82 | 0.68 |
| Hex | B8 | 69 | F0 | 17 | 38 | 0 | 6 | 113 | 52 | 44 |
| Octal | 270 | 151 | 360 | 27 | 70 | 0 | 6 | 423 | 122 | 104 |
| Binary | 10111000 | 1101001 | 11110000 | 10111 | 111000 | 0 | 110 | 100010011 | 1010010 | 1000100 |
Color Harmonies of #B869F0
Complementary color
Monochromatic Colors of #B869F0
Black with #B869F0
Text Example
Text Example
White with #B869F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B869F0; }
p { color: rgb(184,105,240); }
H1.HeaderClassName
{
color: #B869F0;
}
.AnyTagClassName
{
color: #B869F0;
}
</style>
background-color css
<style>
a { background-color: #B869F0; }
a { background-color: rgb(184,105,240); }
div.DivClassName
{
background-color: #B869F0;
}
.BgClassName
{
background-color: #B869F0;
}
</style>
border-color css
<style>
span { border-color: #B869F0; }
span { border-color: rgb(184,105,240); }
td.TdClassName
{
border-color: #B869F0;
}
.TagClassName
{
border-color: #B869F0;
}
</style>