Shades of Medium Orchid #B638FE
Tints of Medium Orchid #B638FE
RGB
CMYK
RGB Variations
Color information
#B638FE (or 0xB638FE) is known color: Medium Orchid. HEX triplet: B6, 38 and FE. RGB value is (182,56,254). Sum of RGB (Red+Green+Blue) = 182+56+254=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #B638FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B638FE is #49C701. Grayscale: #737373. Windows color (decimal): -4835074 or 16660662. OLE color: 16660662.
HSL color Cylindrical-coordinate representation of color #B638FE: hue angle of 278.18º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B638FE is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 56 | 254 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.00 |
| HSL | 278.18º | 0.99% | 0.61% | - |
| HSV(B) | 278.18º | 0.78% | 1% | - |
| XYZ | 38.59 | 19.93 | 95.58 | - |
| YUV | 116.25 | 205.74 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 254 | 0.28 | 0.78 | 0 | 0.00 | 278.18 | 0.99 | 0.61 |
| Hex | B6 | 38 | FE | 1C | 4E | 0 | 0 | 116 | 63 | 3D |
| Octal | 266 | 70 | 376 | 34 | 116 | 0 | 0 | 426 | 143 | 75 |
| Binary | 10110110 | 111000 | 11111110 | 11100 | 1001110 | 0 | 0 | 100010110 | 1100011 | 111101 |
Color Harmonies of #B638FE
Complementary color
Monochromatic Colors of #B638FE
Black with #B638FE
Text Example
Text Example
White with #B638FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B638FE; }
p { color: rgb(182,56,254); }
H1.HeaderClassName
{
color: #B638FE;
}
.AnyTagClassName
{
color: #B638FE;
}
</style>
background-color css
<style>
a { background-color: #B638FE; }
a { background-color: rgb(182,56,254); }
div.DivClassName
{
background-color: #B638FE;
}
.BgClassName
{
background-color: #B638FE;
}
</style>
border-color css
<style>
span { border-color: #B638FE; }
span { border-color: rgb(182,56,254); }
td.TdClassName
{
border-color: #B638FE;
}
.TagClassName
{
border-color: #B638FE;
}
</style>