Shades of Medium Orchid #B669CF
Tints of Medium Orchid #B669CF
RGB
CMYK
RGB Variations
Color information
#B669CF (or 0xB669CF) is known color: Medium Orchid. HEX triplet: B6, 69 and CF. RGB value is (182,105,207). Sum of RGB (Red+Green+Blue) = 182+105+207=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #B669CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669CF is #499630. Grayscale: #8B8B8B. Windows color (decimal): -4822577 or 13593014. OLE color: 13593014.
HSL color Cylindrical-coordinate representation of color #B669CF: hue angle of 285.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B669CF is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 105 | 207 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.19 |
| HSL | 285.29º | 0.52% | 0.61% | - |
| HSV(B) | 285.29º | 0.49% | 0.81% | - |
| XYZ | 35.61 | 24.55 | 61.89 | - |
| YUV | 139.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 207 | 0.12 | 0.49 | 0 | 0.19 | 285.29 | 0.52 | 0.61 |
| Hex | B6 | 69 | CF | C | 31 | 0 | 13 | 11D | 34 | 3D |
| Octal | 266 | 151 | 317 | 14 | 61 | 0 | 23 | 435 | 64 | 75 |
| Binary | 10110110 | 1101001 | 11001111 | 1100 | 110001 | 0 | 10011 | 100011101 | 110100 | 111101 |
Color Harmonies of #B669CF
Complementary color
Monochromatic Colors of #B669CF
Black with #B669CF
Text Example
Text Example
White with #B669CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669CF; }
p { color: rgb(182,105,207); }
H1.HeaderClassName
{
color: #B669CF;
}
.AnyTagClassName
{
color: #B669CF;
}
</style>
background-color css
<style>
a { background-color: #B669CF; }
a { background-color: rgb(182,105,207); }
div.DivClassName
{
background-color: #B669CF;
}
.BgClassName
{
background-color: #B669CF;
}
</style>
border-color css
<style>
span { border-color: #B669CF; }
span { border-color: rgb(182,105,207); }
td.TdClassName
{
border-color: #B669CF;
}
.TagClassName
{
border-color: #B669CF;
}
</style>