Shades of Medium Orchid #B85AFD
Tints of Medium Orchid #B85AFD
RGB
CMYK
RGB Variations
Color information
#B85AFD (or 0xB85AFD) is known color: Medium Orchid. HEX triplet: B8, 5A and FD. RGB value is (184,90,253). Sum of RGB (Red+Green+Blue) = 184+90+253=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #B85AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85AFD is #47A502. Grayscale: #888888. Windows color (decimal): -4695299 or 16603832. OLE color: 16603832.
HSL color Cylindrical-coordinate representation of color #B85AFD: hue angle of 274.6º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B85AFD is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 90 | 253 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.01 |
| HSL | 274.6º | 0.98% | 0.67% | - |
| HSV(B) | 274.6º | 0.64% | 0.99% | - |
| XYZ | 41.15 | 24.59 | 95.51 | - |
| YUV | 136.69 | 193.64 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 253 | 0.27 | 0.64 | 0 | 0.01 | 274.6 | 0.98 | 0.67 |
| Hex | B8 | 5A | FD | 1B | 40 | 0 | 1 | 113 | 62 | 43 |
| Octal | 270 | 132 | 375 | 33 | 100 | 0 | 1 | 423 | 142 | 103 |
| Binary | 10111000 | 1011010 | 11111101 | 11011 | 1000000 | 0 | 1 | 100010011 | 1100010 | 1000011 |
Color Harmonies of #B85AFD
Complementary color
Monochromatic Colors of #B85AFD
Black with #B85AFD
Text Example
Text Example
White with #B85AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AFD; }
p { color: rgb(184,90,253); }
H1.HeaderClassName
{
color: #B85AFD;
}
.AnyTagClassName
{
color: #B85AFD;
}
</style>
background-color css
<style>
a { background-color: #B85AFD; }
a { background-color: rgb(184,90,253); }
div.DivClassName
{
background-color: #B85AFD;
}
.BgClassName
{
background-color: #B85AFD;
}
</style>
border-color css
<style>
span { border-color: #B85AFD; }
span { border-color: rgb(184,90,253); }
td.TdClassName
{
border-color: #B85AFD;
}
.TagClassName
{
border-color: #B85AFD;
}
</style>