Shades of Medium Orchid #B25DF6
Tints of Medium Orchid #B25DF6
RGB
CMYK
RGB Variations
Color information
#B25DF6 (or 0xB25DF6) is known color: Medium Orchid. HEX triplet: B2, 5D and F6. RGB value is (178,93,246). Sum of RGB (Red+Green+Blue) = 178+93+246=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #B25DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25DF6 is #4DA209. Grayscale: #878787. Windows color (decimal): -5087754 or 16145842. OLE color: 16145842.
HSL color Cylindrical-coordinate representation of color #B25DF6: hue angle of 273.33º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25DF6 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 93 | 246 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.04 |
| HSL | 273.33º | 0.89% | 0.66% | - |
| HSV(B) | 273.33º | 0.62% | 0.96% | - |
| XYZ | 38.91 | 23.95 | 89.76 | - |
| YUV | 135.86 | 190.16 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 246 | 0.28 | 0.62 | 0 | 0.04 | 273.33 | 0.89 | 0.66 |
| Hex | B2 | 5D | F6 | 1C | 3E | 0 | 4 | 111 | 59 | 42 |
| Octal | 262 | 135 | 366 | 34 | 76 | 0 | 4 | 421 | 131 | 102 |
| Binary | 10110010 | 1011101 | 11110110 | 11100 | 111110 | 0 | 100 | 100010001 | 1011001 | 1000010 |
Color Harmonies of #B25DF6
Complementary color
Monochromatic Colors of #B25DF6
Black with #B25DF6
Text Example
Text Example
White with #B25DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DF6; }
p { color: rgb(178,93,246); }
H1.HeaderClassName
{
color: #B25DF6;
}
.AnyTagClassName
{
color: #B25DF6;
}
</style>
background-color css
<style>
a { background-color: #B25DF6; }
a { background-color: rgb(178,93,246); }
div.DivClassName
{
background-color: #B25DF6;
}
.BgClassName
{
background-color: #B25DF6;
}
</style>
border-color css
<style>
span { border-color: #B25DF6; }
span { border-color: rgb(178,93,246); }
td.TdClassName
{
border-color: #B25DF6;
}
.TagClassName
{
border-color: #B25DF6;
}
</style>