Shades of Medium Orchid #B25BFB
Tints of Medium Orchid #B25BFB
RGB
CMYK
RGB Variations
Color information
#B25BFB (or 0xB25BFB) is known color: Medium Orchid. HEX triplet: B2, 5B and FB. RGB value is (178,91,251). Sum of RGB (Red+Green+Blue) = 178+91+251=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #B25BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25BFB is #4DA404. Grayscale: #868686. Windows color (decimal): -5088261 or 16473010. OLE color: 16473010.
HSL color Cylindrical-coordinate representation of color #B25BFB: hue angle of 272.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B25BFB is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 91 | 251 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.02 |
| HSL | 272.63º | 0.95% | 0.67% | - |
| HSV(B) | 272.63º | 0.64% | 0.98% | - |
| XYZ | 39.51 | 23.91 | 93.8 | - |
| YUV | 135.25 | 193.32 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 91 | 251 | 0.29 | 0.64 | 0 | 0.02 | 272.63 | 0.95 | 0.67 |
| Hex | B2 | 5B | FB | 1D | 40 | 0 | 2 | 111 | 5F | 43 |
| Octal | 262 | 133 | 373 | 35 | 100 | 0 | 2 | 421 | 137 | 103 |
| Binary | 10110010 | 1011011 | 11111011 | 11101 | 1000000 | 0 | 10 | 100010001 | 1011111 | 1000011 |
Color Harmonies of #B25BFB
Complementary color
Monochromatic Colors of #B25BFB
Black with #B25BFB
Text Example
Text Example
White with #B25BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25BFB; }
p { color: rgb(178,91,251); }
H1.HeaderClassName
{
color: #B25BFB;
}
.AnyTagClassName
{
color: #B25BFB;
}
</style>
background-color css
<style>
a { background-color: #B25BFB; }
a { background-color: rgb(178,91,251); }
div.DivClassName
{
background-color: #B25BFB;
}
.BgClassName
{
background-color: #B25BFB;
}
</style>
border-color css
<style>
span { border-color: #B25BFB; }
span { border-color: rgb(178,91,251); }
td.TdClassName
{
border-color: #B25BFB;
}
.TagClassName
{
border-color: #B25BFB;
}
</style>