Shades of Medium Orchid #B85AF5
Tints of Medium Orchid #B85AF5
RGB
CMYK
RGB Variations
Color information
#B85AF5 (or 0xB85AF5) is known color: Medium Orchid. HEX triplet: B8, 5A and F5. RGB value is (184,90,245). Sum of RGB (Red+Green+Blue) = 184+90+245=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #B85AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85AF5 is #47A50A. Grayscale: #878787. Windows color (decimal): -4695307 or 16079544. OLE color: 16079544.
HSL color Cylindrical-coordinate representation of color #B85AF5: hue angle of 276.39º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B85AF5 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 90 | 245 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.04 |
| HSL | 276.39º | 0.89% | 0.66% | - |
| HSV(B) | 276.39º | 0.63% | 0.96% | - |
| XYZ | 39.9 | 24.1 | 88.93 | - |
| YUV | 135.78 | 189.64 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 245 | 0.25 | 0.63 | 0 | 0.04 | 276.39 | 0.89 | 0.66 |
| Hex | B8 | 5A | F5 | 19 | 3F | 0 | 4 | 114 | 59 | 42 |
| Octal | 270 | 132 | 365 | 31 | 77 | 0 | 4 | 424 | 131 | 102 |
| Binary | 10111000 | 1011010 | 11110101 | 11001 | 111111 | 0 | 100 | 100010100 | 1011001 | 1000010 |
Color Harmonies of #B85AF5
Complementary color
Monochromatic Colors of #B85AF5
Black with #B85AF5
Text Example
Text Example
White with #B85AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AF5; }
p { color: rgb(184,90,245); }
H1.HeaderClassName
{
color: #B85AF5;
}
.AnyTagClassName
{
color: #B85AF5;
}
</style>
background-color css
<style>
a { background-color: #B85AF5; }
a { background-color: rgb(184,90,245); }
div.DivClassName
{
background-color: #B85AF5;
}
.BgClassName
{
background-color: #B85AF5;
}
</style>
border-color css
<style>
span { border-color: #B85AF5; }
span { border-color: rgb(184,90,245); }
td.TdClassName
{
border-color: #B85AF5;
}
.TagClassName
{
border-color: #B85AF5;
}
</style>