Shades of Medium Orchid #B855EE
Tints of Medium Orchid #B855EE
RGB
CMYK
RGB Variations
Color information
#B855EE (or 0xB855EE) is known color: Medium Orchid. HEX triplet: B8, 55 and EE. RGB value is (184,85,238). Sum of RGB (Red+Green+Blue) = 184+85+238=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #B855EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B855EE is #47AA11. Grayscale: #838383. Windows color (decimal): -4696594 or 15619512. OLE color: 15619512.
HSL color Cylindrical-coordinate representation of color #B855EE: hue angle of 278.82º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B855EE is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 85 | 238 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.07 |
| HSL | 278.82º | 0.82% | 0.63% | - |
| HSV(B) | 278.82º | 0.64% | 0.93% | - |
| XYZ | 38.45 | 22.86 | 83.27 | - |
| YUV | 132.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 238 | 0.23 | 0.64 | 0 | 0.07 | 278.82 | 0.82 | 0.63 |
| Hex | B8 | 55 | EE | 17 | 40 | 0 | 7 | 117 | 52 | 3F |
| Octal | 270 | 125 | 356 | 27 | 100 | 0 | 7 | 427 | 122 | 77 |
| Binary | 10111000 | 1010101 | 11101110 | 10111 | 1000000 | 0 | 111 | 100010111 | 1010010 | 111111 |
Color Harmonies of #B855EE
Complementary color
Monochromatic Colors of #B855EE
Black with #B855EE
Text Example
Text Example
White with #B855EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855EE; }
p { color: rgb(184,85,238); }
H1.HeaderClassName
{
color: #B855EE;
}
.AnyTagClassName
{
color: #B855EE;
}
</style>
background-color css
<style>
a { background-color: #B855EE; }
a { background-color: rgb(184,85,238); }
div.DivClassName
{
background-color: #B855EE;
}
.BgClassName
{
background-color: #B855EE;
}
</style>
border-color css
<style>
span { border-color: #B855EE; }
span { border-color: rgb(184,85,238); }
td.TdClassName
{
border-color: #B855EE;
}
.TagClassName
{
border-color: #B855EE;
}
</style>