Shades of Medium Orchid #BB68F2
Tints of Medium Orchid #BB68F2
RGB
CMYK
RGB Variations
Color information
#BB68F2 (or 0xBB68F2) is known color: Medium Orchid. HEX triplet: BB, 68 and F2. RGB value is (187,104,242). Sum of RGB (Red+Green+Blue) = 187+104+242=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB68F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68F2 is #44970D. Grayscale: #909090. Windows color (decimal): -4495118 or 15886523. OLE color: 15886523.
HSL color Cylindrical-coordinate representation of color #BB68F2: hue angle of 276.09º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB68F2 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 104 | 242 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.05 |
| HSL | 276.09º | 0.84% | 0.68% | - |
| HSV(B) | 276.09º | 0.57% | 0.95% | - |
| XYZ | 41.47 | 26.88 | 87.01 | - |
| YUV | 144.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 242 | 0.23 | 0.57 | 0 | 0.05 | 276.09 | 0.84 | 0.68 |
| Hex | BB | 68 | F2 | 17 | 39 | 0 | 5 | 114 | 54 | 44 |
| Octal | 273 | 150 | 362 | 27 | 71 | 0 | 5 | 424 | 124 | 104 |
| Binary | 10111011 | 1101000 | 11110010 | 10111 | 111001 | 0 | 101 | 100010100 | 1010100 | 1000100 |
Color Harmonies of #BB68F2
Complementary color
Monochromatic Colors of #BB68F2
Black with #BB68F2
Text Example
Text Example
White with #BB68F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68F2; }
p { color: rgb(187,104,242); }
H1.HeaderClassName
{
color: #BB68F2;
}
.AnyTagClassName
{
color: #BB68F2;
}
</style>
background-color css
<style>
a { background-color: #BB68F2; }
a { background-color: rgb(187,104,242); }
div.DivClassName
{
background-color: #BB68F2;
}
.BgClassName
{
background-color: #BB68F2;
}
</style>
border-color css
<style>
span { border-color: #BB68F2; }
span { border-color: rgb(187,104,242); }
td.TdClassName
{
border-color: #BB68F2;
}
.TagClassName
{
border-color: #BB68F2;
}
</style>