Shades of Medium Orchid #B64CFD
Tints of Medium Orchid #B64CFD
RGB
CMYK
RGB Variations
Color information
#B64CFD (or 0xB64CFD) is known color: Medium Orchid. HEX triplet: B6, 4C and FD. RGB value is (182,76,253). Sum of RGB (Red+Green+Blue) = 182+76+253=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #B64CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64CFD is #49B302. Grayscale: #7F7F7F. Windows color (decimal): -4829955 or 16600246. OLE color: 16600246.
HSL color Cylindrical-coordinate representation of color #B64CFD: hue angle of 275.93º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64CFD is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 76 | 253 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.01 |
| HSL | 275.93º | 0.98% | 0.65% | - |
| HSV(B) | 275.93º | 0.7% | 0.99% | - |
| XYZ | 39.61 | 22.21 | 95.13 | - |
| YUV | 127.87 | 198.62 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 253 | 0.28 | 0.70 | 0 | 0.01 | 275.93 | 0.98 | 0.65 |
| Hex | B6 | 4C | FD | 1C | 46 | 0 | 1 | 114 | 62 | 41 |
| Octal | 266 | 114 | 375 | 34 | 106 | 0 | 1 | 424 | 142 | 101 |
| Binary | 10110110 | 1001100 | 11111101 | 11100 | 1000110 | 0 | 1 | 100010100 | 1100010 | 1000001 |
Color Harmonies of #B64CFD
Complementary color
Monochromatic Colors of #B64CFD
Black with #B64CFD
Text Example
Text Example
White with #B64CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64CFD; }
p { color: rgb(182,76,253); }
H1.HeaderClassName
{
color: #B64CFD;
}
.AnyTagClassName
{
color: #B64CFD;
}
</style>
background-color css
<style>
a { background-color: #B64CFD; }
a { background-color: rgb(182,76,253); }
div.DivClassName
{
background-color: #B64CFD;
}
.BgClassName
{
background-color: #B64CFD;
}
</style>
border-color css
<style>
span { border-color: #B64CFD; }
span { border-color: rgb(182,76,253); }
td.TdClassName
{
border-color: #B64CFD;
}
.TagClassName
{
border-color: #B64CFD;
}
</style>