Shades of Medium Orchid #B655F9
Tints of Medium Orchid #B655F9
RGB
CMYK
RGB Variations
Color information
#B655F9 (or 0xB655F9) is known color: Medium Orchid. HEX triplet: B6, 55 and F9. RGB value is (182,85,249). Sum of RGB (Red+Green+Blue) = 182+85+249=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #B655F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655F9 is #49AA06. Grayscale: #848484. Windows color (decimal): -4827655 or 16340406. OLE color: 16340406.
HSL color Cylindrical-coordinate representation of color #B655F9: hue angle of 275.49º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B655F9 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 85 | 249 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.02 |
| HSL | 275.49º | 0.93% | 0.65% | - |
| HSV(B) | 275.49º | 0.66% | 0.98% | - |
| XYZ | 39.64 | 23.28 | 92.03 | - |
| YUV | 132.7 | 193.64 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 249 | 0.27 | 0.66 | 0 | 0.02 | 275.49 | 0.93 | 0.65 |
| Hex | B6 | 55 | F9 | 1B | 42 | 0 | 2 | 113 | 5D | 41 |
| Octal | 266 | 125 | 371 | 33 | 102 | 0 | 2 | 423 | 135 | 101 |
| Binary | 10110110 | 1010101 | 11111001 | 11011 | 1000010 | 0 | 10 | 100010011 | 1011101 | 1000001 |
Color Harmonies of #B655F9
Complementary color
Monochromatic Colors of #B655F9
Black with #B655F9
Text Example
Text Example
White with #B655F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B655F9; }
p { color: rgb(182,85,249); }
H1.HeaderClassName
{
color: #B655F9;
}
.AnyTagClassName
{
color: #B655F9;
}
</style>
background-color css
<style>
a { background-color: #B655F9; }
a { background-color: rgb(182,85,249); }
div.DivClassName
{
background-color: #B655F9;
}
.BgClassName
{
background-color: #B655F9;
}
</style>
border-color css
<style>
span { border-color: #B655F9; }
span { border-color: rgb(182,85,249); }
td.TdClassName
{
border-color: #B655F9;
}
.TagClassName
{
border-color: #B655F9;
}
</style>