Shades of Medium Orchid #BB68DA
Tints of Medium Orchid #BB68DA
RGB
CMYK
RGB Variations
Color information
#BB68DA (or 0xBB68DA) is known color: Medium Orchid. HEX triplet: BB, 68 and DA. RGB value is (187,104,218). Sum of RGB (Red+Green+Blue) = 187+104+218=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68DA is #449725. Grayscale: #8D8D8D. Windows color (decimal): -4495142 or 14313659. OLE color: 14313659.
HSL color Cylindrical-coordinate representation of color #BB68DA: hue angle of 283.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB68DA is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 104 | 218 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.15 |
| HSL | 283.68º | 0.61% | 0.63% | - |
| HSV(B) | 283.68º | 0.52% | 0.85% | - |
| XYZ | 38.1 | 25.53 | 69.25 | - |
| YUV | 141.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 218 | 0.14 | 0.52 | 0 | 0.15 | 283.68 | 0.61 | 0.63 |
| Hex | BB | 68 | DA | E | 34 | 0 | F | 11C | 3D | 3F |
| Octal | 273 | 150 | 332 | 16 | 64 | 0 | 17 | 434 | 75 | 77 |
| Binary | 10111011 | 1101000 | 11011010 | 1110 | 110100 | 0 | 1111 | 100011100 | 111101 | 111111 |
Color Harmonies of #BB68DA
Complementary color
Monochromatic Colors of #BB68DA
Black with #BB68DA
Text Example
Text Example
White with #BB68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68DA; }
p { color: rgb(187,104,218); }
H1.HeaderClassName
{
color: #BB68DA;
}
.AnyTagClassName
{
color: #BB68DA;
}
</style>
background-color css
<style>
a { background-color: #BB68DA; }
a { background-color: rgb(187,104,218); }
div.DivClassName
{
background-color: #BB68DA;
}
.BgClassName
{
background-color: #BB68DA;
}
</style>
border-color css
<style>
span { border-color: #BB68DA; }
span { border-color: rgb(187,104,218); }
td.TdClassName
{
border-color: #BB68DA;
}
.TagClassName
{
border-color: #BB68DA;
}
</style>