Shades of Medium Orchid #B66CF2
Tints of Medium Orchid #B66CF2
RGB
CMYK
RGB Variations
Color information
#B66CF2 (or 0xB66CF2) is known color: Medium Orchid. HEX triplet: B6, 6C and F2. RGB value is (182,108,242). Sum of RGB (Red+Green+Blue) = 182+108+242=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #B66CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66CF2 is #49930D. Grayscale: #909090. Windows color (decimal): -4821774 or 15887542. OLE color: 15887542.
HSL color Cylindrical-coordinate representation of color #B66CF2: hue angle of 273.13º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B66CF2 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 108 | 242 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.05 |
| HSL | 273.13º | 0.84% | 0.69% | - |
| HSV(B) | 273.13º | 0.55% | 0.95% | - |
| XYZ | 40.68 | 27.08 | 87.09 | - |
| YUV | 145.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 242 | 0.25 | 0.55 | 0 | 0.05 | 273.13 | 0.84 | 0.69 |
| Hex | B6 | 6C | F2 | 19 | 37 | 0 | 5 | 111 | 54 | 45 |
| Octal | 266 | 154 | 362 | 31 | 67 | 0 | 5 | 421 | 124 | 105 |
| Binary | 10110110 | 1101100 | 11110010 | 11001 | 110111 | 0 | 101 | 100010001 | 1010100 | 1000101 |
Color Harmonies of #B66CF2
Complementary color
Monochromatic Colors of #B66CF2
Black with #B66CF2
Text Example
Text Example
White with #B66CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66CF2; }
p { color: rgb(182,108,242); }
H1.HeaderClassName
{
color: #B66CF2;
}
.AnyTagClassName
{
color: #B66CF2;
}
</style>
background-color css
<style>
a { background-color: #B66CF2; }
a { background-color: rgb(182,108,242); }
div.DivClassName
{
background-color: #B66CF2;
}
.BgClassName
{
background-color: #B66CF2;
}
</style>
border-color css
<style>
span { border-color: #B66CF2; }
span { border-color: rgb(182,108,242); }
td.TdClassName
{
border-color: #B66CF2;
}
.TagClassName
{
border-color: #B66CF2;
}
</style>