Shades of Medium Orchid #B636F8
Tints of Medium Orchid #B636F8
RGB
CMYK
RGB Variations
Color information
#B636F8 (or 0xB636F8) is known color: Medium Orchid. HEX triplet: B6, 36 and F8. RGB value is (182,54,248). Sum of RGB (Red+Green+Blue) = 182+54+248=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #B636F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636F8 is #49C907. Grayscale: #717171. Windows color (decimal): -4835592 or 16266934. OLE color: 16266934.
HSL color Cylindrical-coordinate representation of color #B636F8: hue angle of 279.59º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B636F8 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 54 | 248 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.03 |
| HSL | 279.59º | 0.93% | 0.59% | - |
| HSV(B) | 279.59º | 0.78% | 0.97% | - |
| XYZ | 37.55 | 19.36 | 90.56 | - |
| YUV | 114.39 | 203.41 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 248 | 0.27 | 0.78 | 0 | 0.03 | 279.59 | 0.93 | 0.59 |
| Hex | B6 | 36 | F8 | 1B | 4E | 0 | 3 | 118 | 5D | 3B |
| Octal | 266 | 66 | 370 | 33 | 116 | 0 | 3 | 430 | 135 | 73 |
| Binary | 10110110 | 110110 | 11111000 | 11011 | 1001110 | 0 | 11 | 100011000 | 1011101 | 111011 |
Color Harmonies of #B636F8
Complementary color
Monochromatic Colors of #B636F8
Black with #B636F8
Text Example
Text Example
White with #B636F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636F8; }
p { color: rgb(182,54,248); }
H1.HeaderClassName
{
color: #B636F8;
}
.AnyTagClassName
{
color: #B636F8;
}
</style>
background-color css
<style>
a { background-color: #B636F8; }
a { background-color: rgb(182,54,248); }
div.DivClassName
{
background-color: #B636F8;
}
.BgClassName
{
background-color: #B636F8;
}
</style>
border-color css
<style>
span { border-color: #B636F8; }
span { border-color: rgb(182,54,248); }
td.TdClassName
{
border-color: #B636F8;
}
.TagClassName
{
border-color: #B636F8;
}
</style>