Shades of Medium Orchid #B66BCD
Tints of Medium Orchid #B66BCD
RGB
CMYK
RGB Variations
Color information
#B66BCD (or 0xB66BCD) is known color: Medium Orchid. HEX triplet: B6, 6B and CD. RGB value is (182,107,205). Sum of RGB (Red+Green+Blue) = 182+107+205=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #B66BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BCD is #499432. Grayscale: #8C8C8C. Windows color (decimal): -4822067 or 13462454. OLE color: 13462454.
HSL color Cylindrical-coordinate representation of color #B66BCD: hue angle of 285.92º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B66BCD is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 107 | 205 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.20 |
| HSL | 285.92º | 0.49% | 0.61% | - |
| HSV(B) | 285.92º | 0.48% | 0.8% | - |
| XYZ | 35.57 | 24.87 | 60.68 | - |
| YUV | 140.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 107 | 205 | 0.11 | 0.48 | 0 | 0.20 | 285.92 | 0.49 | 0.61 |
| Hex | B6 | 6B | CD | B | 30 | 0 | 14 | 11E | 31 | 3D |
| Octal | 266 | 153 | 315 | 13 | 60 | 0 | 24 | 436 | 61 | 75 |
| Binary | 10110110 | 1101011 | 11001101 | 1011 | 110000 | 0 | 10100 | 100011110 | 110001 | 111101 |
Color Harmonies of #B66BCD
Complementary color
Monochromatic Colors of #B66BCD
Black with #B66BCD
Text Example
Text Example
White with #B66BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66BCD; }
p { color: rgb(182,107,205); }
H1.HeaderClassName
{
color: #B66BCD;
}
.AnyTagClassName
{
color: #B66BCD;
}
</style>
background-color css
<style>
a { background-color: #B66BCD; }
a { background-color: rgb(182,107,205); }
div.DivClassName
{
background-color: #B66BCD;
}
.BgClassName
{
background-color: #B66BCD;
}
</style>
border-color css
<style>
span { border-color: #B66BCD; }
span { border-color: rgb(182,107,205); }
td.TdClassName
{
border-color: #B66BCD;
}
.TagClassName
{
border-color: #B66BCD;
}
</style>