Shades of Medium Orchid #B655FF
Tints of Medium Orchid #B655FF
RGB
CMYK
RGB Variations
Color information
#B655FF (or 0xB655FF) is known color: Medium Orchid. HEX triplet: B6, 55 and FF. RGB value is (182,85,255). Sum of RGB (Red+Green+Blue) = 182+85+255=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #B655FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655FF is #49AA00. Grayscale: #848484. Windows color (decimal): -4827649 or 16733622. OLE color: 16733622.
HSL color Cylindrical-coordinate representation of color #B655FF: hue angle of 274.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B655FF is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 85 | 255 | - |
| CMYK | 0.29 | 0.67 | 0 | 0 |
| HSL | 274.24º | 1% | 0.67% | - |
| HSV(B) | 274.24º | 0.67% | 1% | - |
| XYZ | 40.59 | 23.66 | 97.04 | - |
| YUV | 133.38 | 196.64 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 255 | 0.29 | 0.67 | 0 | 0 | 274.24 | 1 | 0.67 |
| Hex | B6 | 55 | FF | 1D | 43 | 0 | 0 | 112 | 64 | 43 |
| Octal | 266 | 125 | 377 | 35 | 103 | 0 | 0 | 422 | 144 | 103 |
| Binary | 10110110 | 1010101 | 11111111 | 11101 | 1000011 | 0 | 0 | 100010010 | 1100100 | 1000011 |
Color Harmonies of #B655FF
Complementary color
Monochromatic Colors of #B655FF
Black with #B655FF
Text Example
Text Example
White with #B655FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B655FF; }
p { color: rgb(182,85,255); }
H1.HeaderClassName
{
color: #B655FF;
}
.AnyTagClassName
{
color: #B655FF;
}
</style>
background-color css
<style>
a { background-color: #B655FF; }
a { background-color: rgb(182,85,255); }
div.DivClassName
{
background-color: #B655FF;
}
.BgClassName
{
background-color: #B655FF;
}
</style>
border-color css
<style>
span { border-color: #B655FF; }
span { border-color: rgb(182,85,255); }
td.TdClassName
{
border-color: #B655FF;
}
.TagClassName
{
border-color: #B655FF;
}
</style>