Shades of Medium Orchid #B63DFC
Tints of Medium Orchid #B63DFC
RGB
CMYK
RGB Variations
Color information
#B63DFC (or 0xB63DFC) is known color: Medium Orchid. HEX triplet: B6, 3D and FC. RGB value is (182,61,252). Sum of RGB (Red+Green+Blue) = 182+61+252=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #B63DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DFC is #49C203. Grayscale: #767676. Windows color (decimal): -4833796 or 16530870. OLE color: 16530870.
HSL color Cylindrical-coordinate representation of color #B63DFC: hue angle of 278.01º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63DFC is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 61 | 252 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.01 |
| HSL | 278.01º | 0.97% | 0.61% | - |
| HSV(B) | 278.01º | 0.76% | 0.99% | - |
| XYZ | 38.53 | 20.31 | 93.99 | - |
| YUV | 118.95 | 203.09 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 252 | 0.28 | 0.76 | 0 | 0.01 | 278.01 | 0.97 | 0.61 |
| Hex | B6 | 3D | FC | 1C | 4C | 0 | 1 | 116 | 61 | 3D |
| Octal | 266 | 75 | 374 | 34 | 114 | 0 | 1 | 426 | 141 | 75 |
| Binary | 10110110 | 111101 | 11111100 | 11100 | 1001100 | 0 | 1 | 100010110 | 1100001 | 111101 |
Color Harmonies of #B63DFC
Complementary color
Monochromatic Colors of #B63DFC
Black with #B63DFC
Text Example
Text Example
White with #B63DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DFC; }
p { color: rgb(182,61,252); }
H1.HeaderClassName
{
color: #B63DFC;
}
.AnyTagClassName
{
color: #B63DFC;
}
</style>
background-color css
<style>
a { background-color: #B63DFC; }
a { background-color: rgb(182,61,252); }
div.DivClassName
{
background-color: #B63DFC;
}
.BgClassName
{
background-color: #B63DFC;
}
</style>
border-color css
<style>
span { border-color: #B63DFC; }
span { border-color: rgb(182,61,252); }
td.TdClassName
{
border-color: #B63DFC;
}
.TagClassName
{
border-color: #B63DFC;
}
</style>