Shades of Medium Orchid #B655C9
Tints of Medium Orchid #B655C9
RGB
CMYK
RGB Variations
Color information
#B655C9 (or 0xB655C9) is known color: Medium Orchid. HEX triplet: B6, 55 and C9. RGB value is (182,85,201). Sum of RGB (Red+Green+Blue) = 182+85+201=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #B655C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655C9 is #49AA36. Grayscale: #7E7E7E. Windows color (decimal): -4827703 or 13194678. OLE color: 13194678.
HSL color Cylindrical-coordinate representation of color #B655C9: hue angle of 290.17º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B655C9 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 85 | 201 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.21 |
| HSL | 290.17º | 0.52% | 0.56% | - |
| HSV(B) | 290.17º | 0.58% | 0.79% | - |
| XYZ | 33.08 | 20.66 | 57.5 | - |
| YUV | 127.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 201 | 0.09 | 0.58 | 0 | 0.21 | 290.17 | 0.52 | 0.56 |
| Hex | B6 | 55 | C9 | 9 | 3A | 0 | 15 | 122 | 34 | 38 |
| Octal | 266 | 125 | 311 | 11 | 72 | 0 | 25 | 442 | 64 | 70 |
| Binary | 10110110 | 1010101 | 11001001 | 1001 | 111010 | 0 | 10101 | 100100010 | 110100 | 111000 |
Color Harmonies of #B655C9
Complementary color
Monochromatic Colors of #B655C9
Black with #B655C9
Text Example
Text Example
White with #B655C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B655C9; }
p { color: rgb(182,85,201); }
H1.HeaderClassName
{
color: #B655C9;
}
.AnyTagClassName
{
color: #B655C9;
}
</style>
background-color css
<style>
a { background-color: #B655C9; }
a { background-color: rgb(182,85,201); }
div.DivClassName
{
background-color: #B655C9;
}
.BgClassName
{
background-color: #B655C9;
}
</style>
border-color css
<style>
span { border-color: #B655C9; }
span { border-color: rgb(182,85,201); }
td.TdClassName
{
border-color: #B655C9;
}
.TagClassName
{
border-color: #B655C9;
}
</style>