Shades of Medium Orchid #B855FD
Tints of Medium Orchid #B855FD
RGB
CMYK
RGB Variations
Color information
#B855FD (or 0xB855FD) is known color: Medium Orchid. HEX triplet: B8, 55 and FD. RGB value is (184,85,253). Sum of RGB (Red+Green+Blue) = 184+85+253=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #B855FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B855FD is #47AA02. Grayscale: #858585. Windows color (decimal): -4696579 or 16602552. OLE color: 16602552.
HSL color Cylindrical-coordinate representation of color #B855FD: hue angle of 275.36º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B855FD is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 85 | 253 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.01 |
| HSL | 275.36º | 0.98% | 0.66% | - |
| HSV(B) | 275.36º | 0.66% | 0.99% | - |
| XYZ | 40.75 | 23.78 | 95.37 | - |
| YUV | 133.75 | 195.3 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 253 | 0.27 | 0.66 | 0 | 0.01 | 275.36 | 0.98 | 0.66 |
| Hex | B8 | 55 | FD | 1B | 42 | 0 | 1 | 113 | 62 | 42 |
| Octal | 270 | 125 | 375 | 33 | 102 | 0 | 1 | 423 | 142 | 102 |
| Binary | 10111000 | 1010101 | 11111101 | 11011 | 1000010 | 0 | 1 | 100010011 | 1100010 | 1000010 |
Color Harmonies of #B855FD
Complementary color
Monochromatic Colors of #B855FD
Black with #B855FD
Text Example
Text Example
White with #B855FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855FD; }
p { color: rgb(184,85,253); }
H1.HeaderClassName
{
color: #B855FD;
}
.AnyTagClassName
{
color: #B855FD;
}
</style>
background-color css
<style>
a { background-color: #B855FD; }
a { background-color: rgb(184,85,253); }
div.DivClassName
{
background-color: #B855FD;
}
.BgClassName
{
background-color: #B855FD;
}
</style>
border-color css
<style>
span { border-color: #B855FD; }
span { border-color: rgb(184,85,253); }
td.TdClassName
{
border-color: #B855FD;
}
.TagClassName
{
border-color: #B855FD;
}
</style>