Shades of Medium Orchid #BB69F0
Tints of Medium Orchid #BB69F0
RGB
CMYK
RGB Variations
Color information
#BB69F0 (or 0xBB69F0) is known color: Medium Orchid. HEX triplet: BB, 69 and F0. RGB value is (187,105,240). Sum of RGB (Red+Green+Blue) = 187+105+240=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB69F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69F0 is #44960F. Grayscale: #909090. Windows color (decimal): -4494864 or 15755707. OLE color: 15755707.
HSL color Cylindrical-coordinate representation of color #BB69F0: hue angle of 276.44º 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 #BB69F0 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 105 | 240 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.06 |
| HSL | 276.44º | 0.82% | 0.68% | - |
| HSV(B) | 276.44º | 0.56% | 0.94% | - |
| XYZ | 41.27 | 26.96 | 85.47 | - |
| YUV | 144.91 | 181.67 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 240 | 0.22 | 0.56 | 0 | 0.06 | 276.44 | 0.82 | 0.68 |
| Hex | BB | 69 | F0 | 16 | 38 | 0 | 6 | 114 | 52 | 44 |
| Octal | 273 | 151 | 360 | 26 | 70 | 0 | 6 | 424 | 122 | 104 |
| Binary | 10111011 | 1101001 | 11110000 | 10110 | 111000 | 0 | 110 | 100010100 | 1010010 | 1000100 |
Color Harmonies of #BB69F0
Complementary color
Monochromatic Colors of #BB69F0
Black with #BB69F0
Text Example
Text Example
White with #BB69F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB69F0; }
p { color: rgb(187,105,240); }
H1.HeaderClassName
{
color: #BB69F0;
}
.AnyTagClassName
{
color: #BB69F0;
}
</style>
background-color css
<style>
a { background-color: #BB69F0; }
a { background-color: rgb(187,105,240); }
div.DivClassName
{
background-color: #BB69F0;
}
.BgClassName
{
background-color: #BB69F0;
}
</style>
border-color css
<style>
span { border-color: #BB69F0; }
span { border-color: rgb(187,105,240); }
td.TdClassName
{
border-color: #BB69F0;
}
.TagClassName
{
border-color: #BB69F0;
}
</style>