Shades of Medium Orchid #B665C9
Tints of Medium Orchid #B665C9
RGB
CMYK
RGB Variations
Color information
#B665C9 (or 0xB665C9) is known color: Medium Orchid. HEX triplet: B6, 65 and C9. RGB value is (182,101,201). Sum of RGB (Red+Green+Blue) = 182+101+201=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #B665C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665C9 is #499A36. Grayscale: #888888. Windows color (decimal): -4823607 or 13198774. OLE color: 13198774.
HSL color Cylindrical-coordinate representation of color #B665C9: hue angle of 288.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B665C9 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 101 | 201 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.21 |
| HSL | 288.6º | 0.48% | 0.59% | - |
| HSV(B) | 288.6º | 0.5% | 0.79% | - |
| XYZ | 34.49 | 23.47 | 57.97 | - |
| YUV | 136.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 201 | 0.09 | 0.50 | 0 | 0.21 | 288.6 | 0.48 | 0.59 |
| Hex | B6 | 65 | C9 | 9 | 32 | 0 | 15 | 121 | 30 | 3B |
| Octal | 266 | 145 | 311 | 11 | 62 | 0 | 25 | 441 | 60 | 73 |
| Binary | 10110110 | 1100101 | 11001001 | 1001 | 110010 | 0 | 10101 | 100100001 | 110000 | 111011 |
Color Harmonies of #B665C9
Complementary color
Monochromatic Colors of #B665C9
Black with #B665C9
Text Example
Text Example
White with #B665C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665C9; }
p { color: rgb(182,101,201); }
H1.HeaderClassName
{
color: #B665C9;
}
.AnyTagClassName
{
color: #B665C9;
}
</style>
background-color css
<style>
a { background-color: #B665C9; }
a { background-color: rgb(182,101,201); }
div.DivClassName
{
background-color: #B665C9;
}
.BgClassName
{
background-color: #B665C9;
}
</style>
border-color css
<style>
span { border-color: #B665C9; }
span { border-color: rgb(182,101,201); }
td.TdClassName
{
border-color: #B665C9;
}
.TagClassName
{
border-color: #B665C9;
}
</style>