Shades of Medium Orchid #B636FC
Tints of Medium Orchid #B636FC
RGB
CMYK
RGB Variations
Color information
#B636FC (or 0xB636FC) is known color: Medium Orchid. HEX triplet: B6, 36 and FC. RGB value is (182,54,252). Sum of RGB (Red+Green+Blue) = 182+54+252=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #B636FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636FC is #49C903. Grayscale: #727272. Windows color (decimal): -4835588 or 16529078. OLE color: 16529078.
HSL color Cylindrical-coordinate representation of color #B636FC: hue angle of 278.79º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B636FC is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 54 | 252 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.01 |
| HSL | 278.79º | 0.97% | 0.6% | - |
| HSV(B) | 278.79º | 0.79% | 0.99% | - |
| XYZ | 38.18 | 19.61 | 93.87 | - |
| YUV | 114.84 | 205.41 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 252 | 0.28 | 0.79 | 0 | 0.01 | 278.79 | 0.97 | 0.6 |
| Hex | B6 | 36 | FC | 1C | 4F | 0 | 1 | 117 | 61 | 3C |
| Octal | 266 | 66 | 374 | 34 | 117 | 0 | 1 | 427 | 141 | 74 |
| Binary | 10110110 | 110110 | 11111100 | 11100 | 1001111 | 0 | 1 | 100010111 | 1100001 | 111100 |
Color Harmonies of #B636FC
Complementary color
Monochromatic Colors of #B636FC
Black with #B636FC
Text Example
Text Example
White with #B636FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636FC; }
p { color: rgb(182,54,252); }
H1.HeaderClassName
{
color: #B636FC;
}
.AnyTagClassName
{
color: #B636FC;
}
</style>
background-color css
<style>
a { background-color: #B636FC; }
a { background-color: rgb(182,54,252); }
div.DivClassName
{
background-color: #B636FC;
}
.BgClassName
{
background-color: #B636FC;
}
</style>
border-color css
<style>
span { border-color: #B636FC; }
span { border-color: rgb(182,54,252); }
td.TdClassName
{
border-color: #B636FC;
}
.TagClassName
{
border-color: #B636FC;
}
</style>