Shades of Medium Orchid #B936FD
Tints of Medium Orchid #B936FD
RGB
CMYK
RGB Variations
Color information
#B936FD (or 0xB936FD) is known color: Medium Orchid. HEX triplet: B9, 36 and FD. RGB value is (185,54,253). Sum of RGB (Red+Green+Blue) = 185+54+253=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 54 (21.48% from 255 or 10.98% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #B936FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B936FD is #46C902. Grayscale: #737373. Windows color (decimal): -4638979 or 16594617. OLE color: 16594617.
HSL color Cylindrical-coordinate representation of color #B936FD: hue angle of 279.5º degrees, saturation: 0.98, 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 #B936FD is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 54 | 253 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.01 |
| HSL | 279.5º | 0.98% | 0.6% | - |
| HSV(B) | 279.5º | 0.79% | 0.99% | - |
| XYZ | 39.06 | 20.04 | 94.74 | - |
| YUV | 115.86 | 205.4 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 253 | 0.27 | 0.79 | 0 | 0.01 | 279.5 | 0.98 | 0.6 |
| Hex | B9 | 36 | FD | 1B | 4F | 0 | 1 | 117 | 62 | 3C |
| Octal | 271 | 66 | 375 | 33 | 117 | 0 | 1 | 427 | 142 | 74 |
| Binary | 10111001 | 110110 | 11111101 | 11011 | 1001111 | 0 | 1 | 100010111 | 1100010 | 111100 |
Color Harmonies of #B936FD
Complementary color
Monochromatic Colors of #B936FD
Black with #B936FD
Text Example
Text Example
White with #B936FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936FD; }
p { color: rgb(185,54,253); }
H1.HeaderClassName
{
color: #B936FD;
}
.AnyTagClassName
{
color: #B936FD;
}
</style>
background-color css
<style>
a { background-color: #B936FD; }
a { background-color: rgb(185,54,253); }
div.DivClassName
{
background-color: #B936FD;
}
.BgClassName
{
background-color: #B936FD;
}
</style>
border-color css
<style>
span { border-color: #B936FD; }
span { border-color: rgb(185,54,253); }
td.TdClassName
{
border-color: #B936FD;
}
.TagClassName
{
border-color: #B936FD;
}
</style>