Shades of Medium Orchid #B669C6
Tints of Medium Orchid #B669C6
RGB
CMYK
RGB Variations
Color information
#B669C6 (or 0xB669C6) is known color: Medium Orchid. HEX triplet: B6, 69 and C6. RGB value is (182,105,198). Sum of RGB (Red+Green+Blue) = 182+105+198=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #B669C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669C6 is #499639. Grayscale: #8A8A8A. Windows color (decimal): -4822586 or 13003190. OLE color: 13003190.
HSL color Cylindrical-coordinate representation of color #B669C6: hue angle of 289.68º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B669C6 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 105 | 198 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.22 |
| HSL | 289.68º | 0.45% | 0.59% | - |
| HSV(B) | 289.68º | 0.47% | 0.78% | - |
| XYZ | 34.54 | 24.13 | 56.26 | - |
| YUV | 138.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 198 | 0.08 | 0.47 | 0 | 0.22 | 289.68 | 0.45 | 0.59 |
| Hex | B6 | 69 | C6 | 8 | 2F | 0 | 16 | 122 | 2D | 3B |
| Octal | 266 | 151 | 306 | 10 | 57 | 0 | 26 | 442 | 55 | 73 |
| Binary | 10110110 | 1101001 | 11000110 | 1000 | 101111 | 0 | 10110 | 100100010 | 101101 | 111011 |
Color Harmonies of #B669C6
Complementary color
Monochromatic Colors of #B669C6
Black with #B669C6
Text Example
Text Example
White with #B669C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669C6; }
p { color: rgb(182,105,198); }
H1.HeaderClassName
{
color: #B669C6;
}
.AnyTagClassName
{
color: #B669C6;
}
</style>
background-color css
<style>
a { background-color: #B669C6; }
a { background-color: rgb(182,105,198); }
div.DivClassName
{
background-color: #B669C6;
}
.BgClassName
{
background-color: #B669C6;
}
</style>
border-color css
<style>
span { border-color: #B669C6; }
span { border-color: rgb(182,105,198); }
td.TdClassName
{
border-color: #B669C6;
}
.TagClassName
{
border-color: #B669C6;
}
</style>