Shades of Medium Orchid #B259FC
Tints of Medium Orchid #B259FC
RGB
CMYK
RGB Variations
Color information
#B259FC (or 0xB259FC) is known color: Medium Orchid. HEX triplet: B2, 59 and FC. RGB value is (178,89,252). Sum of RGB (Red+Green+Blue) = 178+89+252=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #B259FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B259FC is #4DA603. Grayscale: #858585. Windows color (decimal): -5088772 or 16538034. OLE color: 16538034.
HSL color Cylindrical-coordinate representation of color #B259FC: hue angle of 272.76º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B259FC is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 89 | 252 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.01 |
| HSL | 272.76º | 0.96% | 0.67% | - |
| HSV(B) | 272.76º | 0.65% | 0.99% | - |
| XYZ | 39.5 | 23.64 | 94.58 | - |
| YUV | 134.19 | 194.49 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 252 | 0.29 | 0.65 | 0 | 0.01 | 272.76 | 0.96 | 0.67 |
| Hex | B2 | 59 | FC | 1D | 41 | 0 | 1 | 111 | 60 | 43 |
| Octal | 262 | 131 | 374 | 35 | 101 | 0 | 1 | 421 | 140 | 103 |
| Binary | 10110010 | 1011001 | 11111100 | 11101 | 1000001 | 0 | 1 | 100010001 | 1100000 | 1000011 |
Color Harmonies of #B259FC
Complementary color
Monochromatic Colors of #B259FC
Black with #B259FC
Text Example
Text Example
White with #B259FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B259FC; }
p { color: rgb(178,89,252); }
H1.HeaderClassName
{
color: #B259FC;
}
.AnyTagClassName
{
color: #B259FC;
}
</style>
background-color css
<style>
a { background-color: #B259FC; }
a { background-color: rgb(178,89,252); }
div.DivClassName
{
background-color: #B259FC;
}
.BgClassName
{
background-color: #B259FC;
}
</style>
border-color css
<style>
span { border-color: #B259FC; }
span { border-color: rgb(178,89,252); }
td.TdClassName
{
border-color: #B259FC;
}
.TagClassName
{
border-color: #B259FC;
}
</style>