Shades of Medium Orchid #B245FE
Tints of Medium Orchid #B245FE
RGB
CMYK
RGB Variations
Color information
#B245FE (or 0xB245FE) is known color: Medium Orchid. HEX triplet: B2, 45 and FE. RGB value is (178,69,254). Sum of RGB (Red+Green+Blue) = 178+69+254=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #B245FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B245FE is #4DBA01. Grayscale: #7A7A7A. Windows color (decimal): -5093890 or 16663986. OLE color: 16663986.
HSL color Cylindrical-coordinate representation of color #B245FE: hue angle of 275.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B245FE is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 69 | 254 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.00 |
| HSL | 275.35º | 0.99% | 0.63% | - |
| HSV(B) | 275.35º | 0.73% | 1% | - |
| XYZ | 38.38 | 20.88 | 95.77 | - |
| YUV | 122.68 | 202.11 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 254 | 0.30 | 0.73 | 0 | 0.00 | 275.35 | 0.99 | 0.63 |
| Hex | B2 | 45 | FE | 1E | 49 | 0 | 0 | 113 | 63 | 3F |
| Octal | 262 | 105 | 376 | 36 | 111 | 0 | 0 | 423 | 143 | 77 |
| Binary | 10110010 | 1000101 | 11111110 | 11110 | 1001001 | 0 | 0 | 100010011 | 1100011 | 111111 |
Color Harmonies of #B245FE
Complementary color
Monochromatic Colors of #B245FE
Black with #B245FE
Text Example
Text Example
White with #B245FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B245FE; }
p { color: rgb(178,69,254); }
H1.HeaderClassName
{
color: #B245FE;
}
.AnyTagClassName
{
color: #B245FE;
}
</style>
background-color css
<style>
a { background-color: #B245FE; }
a { background-color: rgb(178,69,254); }
div.DivClassName
{
background-color: #B245FE;
}
.BgClassName
{
background-color: #B245FE;
}
</style>
border-color css
<style>
span { border-color: #B245FE; }
span { border-color: rgb(178,69,254); }
td.TdClassName
{
border-color: #B245FE;
}
.TagClassName
{
border-color: #B245FE;
}
</style>