Shades of Medium Orchid #B93CFD
Tints of Medium Orchid #B93CFD
RGB
CMYK
RGB Variations
Color information
#B93CFD (or 0xB93CFD) is known color: Medium Orchid. HEX triplet: B9, 3C and FD. RGB value is (185,60,253). Sum of RGB (Red+Green+Blue) = 185+60+253=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #B93CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93CFD is #46C302. Grayscale: #767676. Windows color (decimal): -4637443 or 16596153. OLE color: 16596153.
HSL color Cylindrical-coordinate representation of color #B93CFD: hue angle of 278.86º degrees, saturation: 0.98, 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 #B93CFD is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 60 | 253 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.01 |
| HSL | 278.86º | 0.98% | 0.61% | - |
| HSV(B) | 278.86º | 0.76% | 0.99% | - |
| XYZ | 39.35 | 20.64 | 94.84 | - |
| YUV | 119.38 | 203.41 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 253 | 0.27 | 0.76 | 0 | 0.01 | 278.86 | 0.98 | 0.61 |
| Hex | B9 | 3C | FD | 1B | 4C | 0 | 1 | 117 | 62 | 3D |
| Octal | 271 | 74 | 375 | 33 | 114 | 0 | 1 | 427 | 142 | 75 |
| Binary | 10111001 | 111100 | 11111101 | 11011 | 1001100 | 0 | 1 | 100010111 | 1100010 | 111101 |
Color Harmonies of #B93CFD
Complementary color
Monochromatic Colors of #B93CFD
Black with #B93CFD
Text Example
Text Example
White with #B93CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93CFD; }
p { color: rgb(185,60,253); }
H1.HeaderClassName
{
color: #B93CFD;
}
.AnyTagClassName
{
color: #B93CFD;
}
</style>
background-color css
<style>
a { background-color: #B93CFD; }
a { background-color: rgb(185,60,253); }
div.DivClassName
{
background-color: #B93CFD;
}
.BgClassName
{
background-color: #B93CFD;
}
</style>
border-color css
<style>
span { border-color: #B93CFD; }
span { border-color: rgb(185,60,253); }
td.TdClassName
{
border-color: #B93CFD;
}
.TagClassName
{
border-color: #B93CFD;
}
</style>