Shades of Medium Orchid #B655D4
Tints of Medium Orchid #B655D4
RGB
CMYK
RGB Variations
Color information
#B655D4 (or 0xB655D4) is known color: Medium Orchid. HEX triplet: B6, 55 and D4. RGB value is (182,85,212). Sum of RGB (Red+Green+Blue) = 182+85+212=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #B655D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655D4 is #49AA2B. Grayscale: #808080. Windows color (decimal): -4827692 or 13915574. OLE color: 13915574.
HSL color Cylindrical-coordinate representation of color #B655D4: hue angle of 285.83º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B655D4 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 85 | 212 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.17 |
| HSL | 285.83º | 0.6% | 0.58% | - |
| HSV(B) | 285.83º | 0.6% | 0.83% | - |
| XYZ | 34.42 | 21.2 | 64.56 | - |
| YUV | 128.48 | 175.14 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 212 | 0.14 | 0.60 | 0 | 0.17 | 285.83 | 0.6 | 0.58 |
| Hex | B6 | 55 | D4 | E | 3C | 0 | 11 | 11E | 3C | 3A |
| Octal | 266 | 125 | 324 | 16 | 74 | 0 | 21 | 436 | 74 | 72 |
| Binary | 10110110 | 1010101 | 11010100 | 1110 | 111100 | 0 | 10001 | 100011110 | 111100 | 111010 |
Color Harmonies of #B655D4
Complementary color
Monochromatic Colors of #B655D4
Black with #B655D4
Text Example
Text Example
White with #B655D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B655D4; }
p { color: rgb(182,85,212); }
H1.HeaderClassName
{
color: #B655D4;
}
.AnyTagClassName
{
color: #B655D4;
}
</style>
background-color css
<style>
a { background-color: #B655D4; }
a { background-color: rgb(182,85,212); }
div.DivClassName
{
background-color: #B655D4;
}
.BgClassName
{
background-color: #B655D4;
}
</style>
border-color css
<style>
span { border-color: #B655D4; }
span { border-color: rgb(182,85,212); }
td.TdClassName
{
border-color: #B655D4;
}
.TagClassName
{
border-color: #B655D4;
}
</style>