Shades of Medium Orchid #B85FFB
Tints of Medium Orchid #B85FFB
RGB
CMYK
RGB Variations
Color information
#B85FFB (or 0xB85FFB) is known color: Medium Orchid. HEX triplet: B8, 5F and FB. RGB value is (184,95,251). Sum of RGB (Red+Green+Blue) = 184+95+251=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #B85FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85FFB is #47A004. Grayscale: #8A8A8A. Windows color (decimal): -4694021 or 16474040. OLE color: 16474040.
HSL color Cylindrical-coordinate representation of color #B85FFB: hue angle of 274.23º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85FFB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 95 | 251 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.02 |
| HSL | 274.23º | 0.95% | 0.68% | - |
| HSV(B) | 274.23º | 0.62% | 0.98% | - |
| XYZ | 41.27 | 25.34 | 93.98 | - |
| YUV | 139.4 | 190.99 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 251 | 0.27 | 0.62 | 0 | 0.02 | 274.23 | 0.95 | 0.68 |
| Hex | B8 | 5F | FB | 1B | 3E | 0 | 2 | 112 | 5F | 44 |
| Octal | 270 | 137 | 373 | 33 | 76 | 0 | 2 | 422 | 137 | 104 |
| Binary | 10111000 | 1011111 | 11111011 | 11011 | 111110 | 0 | 10 | 100010010 | 1011111 | 1000100 |
Color Harmonies of #B85FFB
Complementary color
Monochromatic Colors of #B85FFB
Black with #B85FFB
Text Example
Text Example
White with #B85FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85FFB; }
p { color: rgb(184,95,251); }
H1.HeaderClassName
{
color: #B85FFB;
}
.AnyTagClassName
{
color: #B85FFB;
}
</style>
background-color css
<style>
a { background-color: #B85FFB; }
a { background-color: rgb(184,95,251); }
div.DivClassName
{
background-color: #B85FFB;
}
.BgClassName
{
background-color: #B85FFB;
}
</style>
border-color css
<style>
span { border-color: #B85FFB; }
span { border-color: rgb(184,95,251); }
td.TdClassName
{
border-color: #B85FFB;
}
.TagClassName
{
border-color: #B85FFB;
}
</style>