Shades of Medium Orchid #B655EA
Tints of Medium Orchid #B655EA
RGB
CMYK
RGB Variations
Color information
#B655EA (or 0xB655EA) is known color: Medium Orchid. HEX triplet: B6, 55 and EA. RGB value is (182,85,234). Sum of RGB (Red+Green+Blue) = 182+85+234=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #B655EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B655EA is #49AA15. Grayscale: #828282. Windows color (decimal): -4827670 or 15357366. OLE color: 15357366.
HSL color Cylindrical-coordinate representation of color #B655EA: hue angle of 279.06º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B655EA is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 85 | 234 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.08 |
| HSL | 279.06º | 0.78% | 0.63% | - |
| HSV(B) | 279.06º | 0.64% | 0.92% | - |
| XYZ | 37.39 | 22.38 | 80.19 | - |
| YUV | 130.99 | 186.14 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 234 | 0.22 | 0.64 | 0 | 0.08 | 279.06 | 0.78 | 0.63 |
| Hex | B6 | 55 | EA | 16 | 40 | 0 | 8 | 117 | 4E | 3F |
| Octal | 266 | 125 | 352 | 26 | 100 | 0 | 10 | 427 | 116 | 77 |
| Binary | 10110110 | 1010101 | 11101010 | 10110 | 1000000 | 0 | 1000 | 100010111 | 1001110 | 111111 |
Color Harmonies of #B655EA
Complementary color
Monochromatic Colors of #B655EA
Black with #B655EA
Text Example
Text Example
White with #B655EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B655EA; }
p { color: rgb(182,85,234); }
H1.HeaderClassName
{
color: #B655EA;
}
.AnyTagClassName
{
color: #B655EA;
}
</style>
background-color css
<style>
a { background-color: #B655EA; }
a { background-color: rgb(182,85,234); }
div.DivClassName
{
background-color: #B655EA;
}
.BgClassName
{
background-color: #B655EA;
}
</style>
border-color css
<style>
span { border-color: #B655EA; }
span { border-color: rgb(182,85,234); }
td.TdClassName
{
border-color: #B655EA;
}
.TagClassName
{
border-color: #B655EA;
}
</style>