Shades of Medium Orchid #B93EFC
Tints of Medium Orchid #B93EFC
RGB
CMYK
RGB Variations
Color information
#B93EFC (or 0xB93EFC) is known color: Medium Orchid. HEX triplet: B9, 3E and FC. RGB value is (185,62,252). Sum of RGB (Red+Green+Blue) = 185+62+252=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #B93EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93EFC is #46C103. Grayscale: #777777. Windows color (decimal): -4636932 or 16531129. OLE color: 16531129.
HSL color Cylindrical-coordinate representation of color #B93EFC: hue angle of 278.84º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B93EFC is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 62 | 252 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.01 |
| HSL | 278.84º | 0.97% | 0.62% | - |
| HSV(B) | 278.84º | 0.75% | 0.99% | - |
| XYZ | 39.3 | 20.79 | 94.04 | - |
| YUV | 120.44 | 202.25 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 252 | 0.27 | 0.75 | 0 | 0.01 | 278.84 | 0.97 | 0.62 |
| Hex | B9 | 3E | FC | 1B | 4B | 0 | 1 | 117 | 61 | 3E |
| Octal | 271 | 76 | 374 | 33 | 113 | 0 | 1 | 427 | 141 | 76 |
| Binary | 10111001 | 111110 | 11111100 | 11011 | 1001011 | 0 | 1 | 100010111 | 1100001 | 111110 |
Color Harmonies of #B93EFC
Complementary color
Monochromatic Colors of #B93EFC
Black with #B93EFC
Text Example
Text Example
White with #B93EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93EFC; }
p { color: rgb(185,62,252); }
H1.HeaderClassName
{
color: #B93EFC;
}
.AnyTagClassName
{
color: #B93EFC;
}
</style>
background-color css
<style>
a { background-color: #B93EFC; }
a { background-color: rgb(185,62,252); }
div.DivClassName
{
background-color: #B93EFC;
}
.BgClassName
{
background-color: #B93EFC;
}
</style>
border-color css
<style>
span { border-color: #B93EFC; }
span { border-color: rgb(185,62,252); }
td.TdClassName
{
border-color: #B93EFC;
}
.TagClassName
{
border-color: #B93EFC;
}
</style>