Shades of Medium Orchid #B942FF
Tints of Medium Orchid #B942FF
RGB
CMYK
RGB Variations
Color information
#B942FF (or 0xB942FF) is known color: Medium Orchid. HEX triplet: B9, 42 and FF. RGB value is (185,66,255). Sum of RGB (Red+Green+Blue) = 185+66+255=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #B942FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942FF is #46BD00. Grayscale: #7A7A7A. Windows color (decimal): -4635905 or 16728761. OLE color: 16728761.
HSL color Cylindrical-coordinate representation of color #B942FF: hue angle of 277.78º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B942FF is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 66 | 255 | - |
| CMYK | 0.27 | 0.74 | 0 | 0 |
| HSL | 277.78º | 1% | 0.63% | - |
| HSV(B) | 277.78º | 0.74% | 1% | - |
| XYZ | 40.01 | 21.43 | 96.64 | - |
| YUV | 123.13 | 202.42 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 255 | 0.27 | 0.74 | 0 | 0 | 277.78 | 1 | 0.63 |
| Hex | B9 | 42 | FF | 1B | 4A | 0 | 0 | 116 | 64 | 3F |
| Octal | 271 | 102 | 377 | 33 | 112 | 0 | 0 | 426 | 144 | 77 |
| Binary | 10111001 | 1000010 | 11111111 | 11011 | 1001010 | 0 | 0 | 100010110 | 1100100 | 111111 |
Color Harmonies of #B942FF
Complementary color
Monochromatic Colors of #B942FF
Black with #B942FF
Text Example
Text Example
White with #B942FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942FF; }
p { color: rgb(185,66,255); }
H1.HeaderClassName
{
color: #B942FF;
}
.AnyTagClassName
{
color: #B942FF;
}
</style>
background-color css
<style>
a { background-color: #B942FF; }
a { background-color: rgb(185,66,255); }
div.DivClassName
{
background-color: #B942FF;
}
.BgClassName
{
background-color: #B942FF;
}
</style>
border-color css
<style>
span { border-color: #B942FF; }
span { border-color: rgb(185,66,255); }
td.TdClassName
{
border-color: #B942FF;
}
.TagClassName
{
border-color: #B942FF;
}
</style>