Shades of Medium Orchid #B25DF3
Tints of Medium Orchid #B25DF3
RGB
CMYK
RGB Variations
Color information
#B25DF3 (or 0xB25DF3) is known color: Medium Orchid. HEX triplet: B2, 5D and F3. RGB value is (178,93,243). Sum of RGB (Red+Green+Blue) = 178+93+243=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #B25DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25DF3 is #4DA20C. Grayscale: #878787. Windows color (decimal): -5087757 or 15949234. OLE color: 15949234.
HSL color Cylindrical-coordinate representation of color #B25DF3: hue angle of 274º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25DF3 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 93 | 243 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.05 |
| HSL | 274º | 0.86% | 0.66% | - |
| HSV(B) | 274º | 0.62% | 0.95% | - |
| XYZ | 38.45 | 23.76 | 87.35 | - |
| YUV | 135.52 | 188.66 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 243 | 0.27 | 0.62 | 0 | 0.05 | 274 | 0.86 | 0.66 |
| Hex | B2 | 5D | F3 | 1B | 3E | 0 | 5 | 112 | 56 | 42 |
| Octal | 262 | 135 | 363 | 33 | 76 | 0 | 5 | 422 | 126 | 102 |
| Binary | 10110010 | 1011101 | 11110011 | 11011 | 111110 | 0 | 101 | 100010010 | 1010110 | 1000010 |
Color Harmonies of #B25DF3
Complementary color
Monochromatic Colors of #B25DF3
Black with #B25DF3
Text Example
Text Example
White with #B25DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DF3; }
p { color: rgb(178,93,243); }
H1.HeaderClassName
{
color: #B25DF3;
}
.AnyTagClassName
{
color: #B25DF3;
}
</style>
background-color css
<style>
a { background-color: #B25DF3; }
a { background-color: rgb(178,93,243); }
div.DivClassName
{
background-color: #B25DF3;
}
.BgClassName
{
background-color: #B25DF3;
}
</style>
border-color css
<style>
span { border-color: #B25DF3; }
span { border-color: rgb(178,93,243); }
td.TdClassName
{
border-color: #B25DF3;
}
.TagClassName
{
border-color: #B25DF3;
}
</style>