Shades of Medium Orchid #B942FE
Tints of Medium Orchid #B942FE
RGB
CMYK
RGB Variations
Color information
#B942FE (or 0xB942FE) is known color: Medium Orchid. HEX triplet: B9, 42 and FE. RGB value is (185,66,254). Sum of RGB (Red+Green+Blue) = 185+66+254=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #B942FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942FE is #46BD01. Grayscale: #7A7A7A. Windows color (decimal): -4635906 or 16663225. OLE color: 16663225.
HSL color Cylindrical-coordinate representation of color #B942FE: hue angle of 277.98º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B942FE is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 66 | 254 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.00 |
| HSL | 277.98º | 0.99% | 0.63% | - |
| HSV(B) | 277.98º | 0.74% | 1% | - |
| XYZ | 39.85 | 21.37 | 95.79 | - |
| YUV | 123.01 | 201.92 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 254 | 0.27 | 0.74 | 0 | 0.00 | 277.98 | 0.99 | 0.63 |
| Hex | B9 | 42 | FE | 1B | 4A | 0 | 0 | 116 | 63 | 3F |
| Octal | 271 | 102 | 376 | 33 | 112 | 0 | 0 | 426 | 143 | 77 |
| Binary | 10111001 | 1000010 | 11111110 | 11011 | 1001010 | 0 | 0 | 100010110 | 1100011 | 111111 |
Color Harmonies of #B942FE
Complementary color
Monochromatic Colors of #B942FE
Black with #B942FE
Text Example
Text Example
White with #B942FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942FE; }
p { color: rgb(185,66,254); }
H1.HeaderClassName
{
color: #B942FE;
}
.AnyTagClassName
{
color: #B942FE;
}
</style>
background-color css
<style>
a { background-color: #B942FE; }
a { background-color: rgb(185,66,254); }
div.DivClassName
{
background-color: #B942FE;
}
.BgClassName
{
background-color: #B942FE;
}
</style>
border-color css
<style>
span { border-color: #B942FE; }
span { border-color: rgb(185,66,254); }
td.TdClassName
{
border-color: #B942FE;
}
.TagClassName
{
border-color: #B942FE;
}
</style>