Shades of Medium Orchid #B669C3
Tints of Medium Orchid #B669C3
RGB
CMYK
RGB Variations
Color information
#B669C3 (or 0xB669C3) is known color: Medium Orchid. HEX triplet: B6, 69 and C3. RGB value is (182,105,195). Sum of RGB (Red+Green+Blue) = 182+105+195=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #B669C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669C3 is #49963C. Grayscale: #8A8A8A. Windows color (decimal): -4822589 or 12806582. OLE color: 12806582.
HSL color Cylindrical-coordinate representation of color #B669C3: hue angle of 291.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B669C3 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 105 | 195 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.24 |
| HSL | 291.33º | 0.43% | 0.59% | - |
| HSV(B) | 291.33º | 0.46% | 0.76% | - |
| XYZ | 34.19 | 23.99 | 54.46 | - |
| YUV | 138.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 195 | 0.07 | 0.46 | 0 | 0.24 | 291.33 | 0.43 | 0.59 |
| Hex | B6 | 69 | C3 | 7 | 2E | 0 | 18 | 123 | 2B | 3B |
| Octal | 266 | 151 | 303 | 7 | 56 | 0 | 30 | 443 | 53 | 73 |
| Binary | 10110110 | 1101001 | 11000011 | 111 | 101110 | 0 | 11000 | 100100011 | 101011 | 111011 |
Color Harmonies of #B669C3
Complementary color
Monochromatic Colors of #B669C3
Black with #B669C3
Text Example
Text Example
White with #B669C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669C3; }
p { color: rgb(182,105,195); }
H1.HeaderClassName
{
color: #B669C3;
}
.AnyTagClassName
{
color: #B669C3;
}
</style>
background-color css
<style>
a { background-color: #B669C3; }
a { background-color: rgb(182,105,195); }
div.DivClassName
{
background-color: #B669C3;
}
.BgClassName
{
background-color: #B669C3;
}
</style>
border-color css
<style>
span { border-color: #B669C3; }
span { border-color: rgb(182,105,195); }
td.TdClassName
{
border-color: #B669C3;
}
.TagClassName
{
border-color: #B669C3;
}
</style>