Shades of Medium Orchid #B942FB
Tints of Medium Orchid #B942FB
RGB
CMYK
RGB Variations
Color information
#B942FB (or 0xB942FB) is known color: Medium Orchid. HEX triplet: B9, 42 and FB. RGB value is (185,66,251). Sum of RGB (Red+Green+Blue) = 185+66+251=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #B942FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942FB is #46BD04. Grayscale: #7A7A7A. Windows color (decimal): -4635909 or 16466617. OLE color: 16466617.
HSL color Cylindrical-coordinate representation of color #B942FB: hue angle of 278.59º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B942FB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 66 | 251 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.02 |
| HSL | 278.59º | 0.96% | 0.62% | - |
| HSV(B) | 278.59º | 0.74% | 0.98% | - |
| XYZ | 39.37 | 21.18 | 93.28 | - |
| YUV | 122.67 | 200.42 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 251 | 0.26 | 0.74 | 0 | 0.02 | 278.59 | 0.96 | 0.62 |
| Hex | B9 | 42 | FB | 1A | 4A | 0 | 2 | 117 | 60 | 3E |
| Octal | 271 | 102 | 373 | 32 | 112 | 0 | 2 | 427 | 140 | 76 |
| Binary | 10111001 | 1000010 | 11111011 | 11010 | 1001010 | 0 | 10 | 100010111 | 1100000 | 111110 |
Color Harmonies of #B942FB
Complementary color
Monochromatic Colors of #B942FB
Black with #B942FB
Text Example
Text Example
White with #B942FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942FB; }
p { color: rgb(185,66,251); }
H1.HeaderClassName
{
color: #B942FB;
}
.AnyTagClassName
{
color: #B942FB;
}
</style>
background-color css
<style>
a { background-color: #B942FB; }
a { background-color: rgb(185,66,251); }
div.DivClassName
{
background-color: #B942FB;
}
.BgClassName
{
background-color: #B942FB;
}
</style>
border-color css
<style>
span { border-color: #B942FB; }
span { border-color: rgb(185,66,251); }
td.TdClassName
{
border-color: #B942FB;
}
.TagClassName
{
border-color: #B942FB;
}
</style>