Shades of Medium Orchid #BB66F2
Tints of Medium Orchid #BB66F2
RGB
CMYK
RGB Variations
Color information
#BB66F2 (or 0xBB66F2) is known color: Medium Orchid. HEX triplet: BB, 66 and F2. RGB value is (187,102,242). Sum of RGB (Red+Green+Blue) = 187+102+242=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB66F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66F2 is #44990D. Grayscale: #8E8E8E. Windows color (decimal): -4495630 or 15886011. OLE color: 15886011.
HSL color Cylindrical-coordinate representation of color #BB66F2: hue angle of 276.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB66F2 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 102 | 242 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.05 |
| HSL | 276.43º | 0.84% | 0.67% | - |
| HSV(B) | 276.43º | 0.58% | 0.95% | - |
| XYZ | 41.27 | 26.48 | 86.94 | - |
| YUV | 143.38 | 183.66 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 242 | 0.23 | 0.58 | 0 | 0.05 | 276.43 | 0.84 | 0.67 |
| Hex | BB | 66 | F2 | 17 | 3A | 0 | 5 | 114 | 54 | 43 |
| Octal | 273 | 146 | 362 | 27 | 72 | 0 | 5 | 424 | 124 | 103 |
| Binary | 10111011 | 1100110 | 11110010 | 10111 | 111010 | 0 | 101 | 100010100 | 1010100 | 1000011 |
Color Harmonies of #BB66F2
Complementary color
Monochromatic Colors of #BB66F2
Black with #BB66F2
Text Example
Text Example
White with #BB66F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66F2; }
p { color: rgb(187,102,242); }
H1.HeaderClassName
{
color: #BB66F2;
}
.AnyTagClassName
{
color: #BB66F2;
}
</style>
background-color css
<style>
a { background-color: #BB66F2; }
a { background-color: rgb(187,102,242); }
div.DivClassName
{
background-color: #BB66F2;
}
.BgClassName
{
background-color: #BB66F2;
}
</style>
border-color css
<style>
span { border-color: #BB66F2; }
span { border-color: rgb(187,102,242); }
td.TdClassName
{
border-color: #BB66F2;
}
.TagClassName
{
border-color: #BB66F2;
}
</style>