Shades of Medium Orchid #B25BFC
Tints of Medium Orchid #B25BFC
RGB
CMYK
RGB Variations
Color information
#B25BFC (or 0xB25BFC) is known color: Medium Orchid. HEX triplet: B2, 5B and FC. RGB value is (178,91,252). Sum of RGB (Red+Green+Blue) = 178+91+252=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #B25BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25BFC is #4DA403. Grayscale: #868686. Windows color (decimal): -5088260 or 16538546. OLE color: 16538546.
HSL color Cylindrical-coordinate representation of color #B25BFC: hue angle of 272.42º degrees, saturation: 0.96, 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 #B25BFC is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 91 | 252 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.01 |
| HSL | 272.42º | 0.96% | 0.67% | - |
| HSV(B) | 272.42º | 0.64% | 0.99% | - |
| XYZ | 39.67 | 23.98 | 94.63 | - |
| YUV | 135.37 | 193.82 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 91 | 252 | 0.29 | 0.64 | 0 | 0.01 | 272.42 | 0.96 | 0.67 |
| Hex | B2 | 5B | FC | 1D | 40 | 0 | 1 | 110 | 60 | 43 |
| Octal | 262 | 133 | 374 | 35 | 100 | 0 | 1 | 420 | 140 | 103 |
| Binary | 10110010 | 1011011 | 11111100 | 11101 | 1000000 | 0 | 1 | 100010000 | 1100000 | 1000011 |
Color Harmonies of #B25BFC
Complementary color
Monochromatic Colors of #B25BFC
Black with #B25BFC
Text Example
Text Example
White with #B25BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25BFC; }
p { color: rgb(178,91,252); }
H1.HeaderClassName
{
color: #B25BFC;
}
.AnyTagClassName
{
color: #B25BFC;
}
</style>
background-color css
<style>
a { background-color: #B25BFC; }
a { background-color: rgb(178,91,252); }
div.DivClassName
{
background-color: #B25BFC;
}
.BgClassName
{
background-color: #B25BFC;
}
</style>
border-color css
<style>
span { border-color: #B25BFC; }
span { border-color: rgb(178,91,252); }
td.TdClassName
{
border-color: #B25BFC;
}
.TagClassName
{
border-color: #B25BFC;
}
</style>